change port to reflect prod

This commit is contained in:
root 2022-05-07 20:47:17 +00:00
parent 5f37ce8944
commit b22925ec7b
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 3080",
"lint": "next lint",
"ingest": "node util/ingest.js",
"get_data": "node util/get_data.js"
@ -29,4 +29,4 @@
"eslint": "8.13.0",
"eslint-config-next": "12.1.4"
}
}
}

1
start.sh Executable file
View File

@ -0,0 +1 @@
pnpm start