Upgrade dev-env

This commit is contained in:
Eric Bailey
2023-12-04 14:04:34 -06:00
parent bcbd525a77
commit 1718816203
3 changed files with 1456 additions and 165 deletions
+3 -2
View File
@@ -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
View File
@@ -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",
+1452 -162
View File
File diff suppressed because it is too large Load Diff