Changed Port for Production
This commit is contained in:
parent
21a099a02b
commit
e47e4e7a58
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"dev:debug": "NODE_OPTIONS='--inspect' next dev -p 8001",
|
||||
"dev": "next dev -p 8001",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -p 8001",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue