update dev build to use --poport 6173 and be available on local network with --host
This commit is contained in:
parent
cbc8ebd6e8
commit
9f8266611b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --host --port 6173",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --fix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue