1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Expose Vite to global host

This commit is contained in:
Benjamin Beganović 2023-09-04 16:40:32 +02:00
parent 1ebc6016ab
commit 153c9bbc11

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"production": "vite build"
},