Upgrade dev-env
This commit is contained in:
+3
-2
@@ -61,12 +61,13 @@ export async function createServer(
|
|||||||
const port2 = await getPort(port + 1)
|
const port2 = await getPort(port + 1)
|
||||||
const pdsUrl = `http://localhost:${port}`
|
const pdsUrl = `http://localhost:${port}`
|
||||||
const id = ids.next()
|
const id = ids.next()
|
||||||
|
|
||||||
const testNet = await TestNetwork.create({
|
const testNet = await TestNetwork.create({
|
||||||
pds: {
|
pds: {
|
||||||
port,
|
port,
|
||||||
publicUrl: pdsUrl,
|
hostname: 'localhost',
|
||||||
inviteRequired,
|
|
||||||
dbPostgresSchema: `pds_${id}`,
|
dbPostgresSchema: `pds_${id}`,
|
||||||
|
inviteRequired,
|
||||||
},
|
},
|
||||||
bsky: {
|
bsky: {
|
||||||
dbPostgresSchema: `bsky_${id}`,
|
dbPostgresSchema: `bsky_${id}`,
|
||||||
|
|||||||
+1
-1
@@ -168,7 +168,7 @@
|
|||||||
"zod": "^3.20.2"
|
"zod": "^3.20.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@atproto/dev-env": "^0.2.5",
|
"@atproto/dev-env": "^0.2.16",
|
||||||
"@babel/core": "^7.23.2",
|
"@babel/core": "^7.23.2",
|
||||||
"@babel/preset-env": "^7.20.0",
|
"@babel/preset-env": "^7.20.0",
|
||||||
"@babel/runtime": "^7.20.0",
|
"@babel/runtime": "^7.20.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user