fix: replace recursive npm start chain with next start + pm2 bootstrap script
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev --port 3445",
|
||||
"build": "next build",
|
||||
"start": "npm install && npm run build && next start",
|
||||
"start": "next start",
|
||||
"export": "next build && npx serve out"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user