We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6805b7d commit 920687aCopy full SHA for 920687a
2 files changed
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "next dev",
8
"build": "NODE_ENV=production next build",
9
- "start": "NODE_ENV=production next start",
+ "start": "NODE_ENV=production node app.js >> server.log 2>&1",
10
"lint": "eslint"
11
},
12
"dependencies": {
server.log
@@ -0,0 +1 @@
1
+✅ Server running on http://localhost:3000 in production mode
0 commit comments