fix: next start explicitly on port 3000
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"isolated-install": "pnpm -w install:client",
|
"isolated-install": "pnpm -w install:client",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start -p 3000",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user