change port to reflect prod
This commit is contained in:
parent
5f37ce8944
commit
b22925ec7b
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
1
start.sh
Executable file
1
start.sh
Executable file
|
@ -0,0 +1 @@
|
|||
pnpm start
|
Loading…
Reference in a new issue