mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 03:17:01 +00:00
Expose Vite to global host
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --host 0.0.0.0",
|
||||
"build": "vite build",
|
||||
"production": "vite build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user