# Dev proxy target — Vite proxies /auth, /events, etc. to this host. # Change to match your API SERVER_PORT if you changed it. VITE_API_URL=http://localhost:8080 # Production only — set this when the frontend and API are on different origins. # Leave unset if the API serves the frontend (same origin). # VITE_API_BASE=https://api.example.com