start in prod on correct port

This commit is contained in:
keyan 2021-06-03 22:59:44 -04:00
parent cb268a3560
commit 15ca4dc2de
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start" "start": "next start -p 8080"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.13", "@apollo/client": "^3.3.13",