ci(dev): fix port npm to run on docker.
This commit is contained in:
parent
f14d27e83c
commit
9857b90cd4
@ -2,7 +2,7 @@
|
||||
"name": "don-confiao",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --fix --ignore-path .gitignore"
|
||||
|
Loading…
Reference in New Issue
Block a user