There was an error while loading. Please reload this page.
1 parent acb4d8e commit ed6ff7eCopy full SHA for ed6ff7e
1 file changed
packages/webapp/package.json
@@ -6,8 +6,8 @@
6
"dev": "next dev --turbopack",
7
"build": "next build",
8
"start": "next start",
9
- "start:prod": "PORT=3001 node .next/standalone/packages/webapp/server.js",
10
- "start:stage": "PORT=3000 node .next/standalone/packages/webapp/server.js",
+ "start:prod": "PORT=3001 node next start",
+ "start:stage": "PORT=3000 node next start",
11
"pm2:start:stage": "pm2 reload pm2.config.js --env production --only nextjs_stage",
12
"pm2:start:prod": "pm2 reload pm2.config.js --env production --only nextjs_production",
13
"pm2:logs": "pm2 logs",
0 commit comments