We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5d764 commit 914c68eCopy full SHA for 914c68e
workbench/astro/package.json
@@ -10,8 +10,7 @@
10
"build": "astro build",
11
"preview": "astro preview",
12
"astro": "astro",
13
- "start:pg-world": "node scripts/start-pg-world.js",
14
- "start": "pnpm start:pg-world && node dist/server/entry.mjs"
+ "start": "node scripts/start-pg-world.js && node dist/server/entry.mjs"
15
},
16
"dependencies": {
17
"@astrojs/node": "9.5.0",
0 commit comments