Explicitly set port for production
At least on our machine, 3000 conflicts with the API
This commit is contained in:
parent
1e8ad51554
commit
d71df2b0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev -p 1234",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -p 2345",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue