Skip to content

Commit 920687a

Browse files
committed
repath server.log
1 parent 6805b7d commit 920687a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "next dev",
88
"build": "NODE_ENV=production next build",
9-
"start": "NODE_ENV=production next start",
9+
"start": "NODE_ENV=production node app.js >> server.log 2>&1",
1010
"lint": "eslint"
1111
},
1212
"dependencies": {

server.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
✅ Server running on http://localhost:3000 in production mode

0 commit comments

Comments
 (0)