start in prod on correct port
This commit is contained in:
parent
cb268a3560
commit
15ca4dc2de
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "next start -p 8080"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.13",
|
||||
|
|
Loading…
Reference in New Issue