chore: enable shell emulator on windows and start preview with correct port
This commit is contained in:
parent
19dd7f891d
commit
01b16e2a7a
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"scripts": {
|
||||
"build": "nuxi build",
|
||||
"dev": "nuxi dev --port 5314",
|
||||
"start": "node .output/server/index.mjs",
|
||||
"start": "PORT=5314 node .output/server/index.mjs",
|
||||
"lint": "eslint .",
|
||||
"postinstall": "nuxi prepare",
|
||||
"prepare": "esno scripts/prepare.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue