return next start -p

This commit is contained in:
smanylov
2026-02-12 21:55:31 +07:00
parent 3946e7a0e7
commit e36eb4d422
+1 -2
View File
@@ -5,8 +5,7 @@
"scripts": {
"dev": "next dev -p 2999",
"build": "next build",
"start": "next dev -p 2999",
"start-prod": "next start -p 2999",
"start": "next start -p 2999",
"lint": "eslint"
},
"dependencies": {