mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Expose Vite to global host
This commit is contained in:
parent
1ebc6016ab
commit
153c9bbc11
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"build": "vite build",
|
||||
"production": "vite build"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user