change npm start script for stand

This commit is contained in:
smanylov
2026-02-12 21:32:06 +07:00
parent a3da6b8530
commit 3946e7a0e7
+2 -1
View File
@@ -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": {