mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-22 02:07:13 +00:00
6 lines
247 B
Bash
6 lines
247 B
Bash
# Leave empty in development to use Vite's same-origin proxy. This keeps API,
|
|
# login, and WebSocket requests working when the UI is opened from another
|
|
# device on the local network.
|
|
VITE_API_BASE_URL=
|
|
VITE_API_PROXY_TARGET=http://127.0.0.1:5300
|