Skip to content

Commit 7058c6d

Browse files
committed
Update package.json
1 parent 61db829 commit 7058c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"start": "next start",
8+
"start": "node .next/standalone/server.js",
99
"lint": "next lint"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)