Always pass in for Vite dev server (#3315)
This commit is contained in:
parent
617f877488
commit
283a44b9f0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "admin-ui",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --host",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint . --ext js,jsx,mjs,ts,tsx",
|
||||
|
|
Loading…
Reference in a new issue