# Development-only API URL override.
# In production, the API URL is automatically discovered from /ui-settings endpoint.
# This is only used when running `npm run dev` for local development.
VITE_API_URL=http://localhost:4200/api
