Explicitly set port for production

At least on our machine, 3000 conflicts with the API
This commit is contained in:
Justin Edmund 2023-01-28 16:28:10 -08:00
parent 1e8ad51554
commit d71df2b0d7

View file

@ -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": {