change npm start script for stand
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "next dev -p 2999",
|
||||
"build": "next build",
|
||||
"start": "next start -p 2999",
|
||||
"start": "next dev -p 2999",
|
||||
"start-prod": "next start -p 2999",
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user