chore: pin dev server to port 4000
Deploy to route.crispygoat.com / deploy (push) Successful in 3m12s
Deploy to route.crispygoat.com / deploy (push) Successful in 3m12s
- 'next dev' now always uses port 4000 (via -p flag, not env var) - No more need to set PORT=4000 before running 'npm run dev'
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "node fix-agents.js && next dev --webpack -H 0.0.0.0",
|
||||
"dev": "node fix-agents.js && next dev --webpack -H 0.0.0.0 -p 4000",
|
||||
"build": "next build --webpack",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
|
||||
Reference in New Issue
Block a user