introduce VITE_HOST env var and pass it to the node watcher vite --host
This commit is contained in:
@@ -22,3 +22,6 @@ MOBILIZON_SMTP_PORT=25
|
||||
MOBILIZON_SMTP_USERNAME=noreply@mobilizon.lan
|
||||
MOBILIZON_SMTP_PASSWORD=password
|
||||
MOBILIZON_SMTP_SSL=false
|
||||
|
||||
# When using docker for development, VITE_HOST must be set to 0.0.0.0
|
||||
VITE_HOST=localhost
|
||||
|
||||
Reference in New Issue
Block a user