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