mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
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
1
.npmrc
1
.npmrc
|
@ -1,2 +1,3 @@
|
|||
shamefully-hoist=true
|
||||
strict-peer-dependencies=false
|
||||
shell-emulator=true
|
||||
|
|
|
@ -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…
Reference in a new issue