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",
|
"name": "don-confiao",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite --host 0.0.0.0",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"lint": "eslint . --fix --ignore-path .gitignore"
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
||||||
|
Loading…
Reference in New Issue
Block a user