Skip to content

Commit 914c68e

Browse files
committed
fix
1 parent 0a5d764 commit 914c68e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workbench/astro/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"build": "astro build",
1111
"preview": "astro preview",
1212
"astro": "astro",
13-
"start:pg-world": "node scripts/start-pg-world.js",
14-
"start": "pnpm start:pg-world && node dist/server/entry.mjs"
13+
"start": "node scripts/start-pg-world.js && node dist/server/entry.mjs"
1514
},
1615
"dependencies": {
1716
"@astrojs/node": "9.5.0",

0 commit comments

Comments
 (0)