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": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start -p 3080",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"ingest": "node util/ingest.js",
|
"ingest": "node util/ingest.js",
|
||||||
"get_data": "node util/get_data.js"
|
"get_data": "node util/get_data.js"
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
"eslint": "8.13.0",
|
"eslint": "8.13.0",
|
||||||
"eslint-config-next": "12.1.4"
|
"eslint-config-next": "12.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
start.sh
Executable file
1
start.sh
Executable file
|
@ -0,0 +1 @@
|
||||||
|
pnpm start
|
Loading…
Reference in a new issue