# Base path for the app (must match Vite `base` and BrowserRouter `basename`).
# Override in CI/deployment for subpath hosting, e.g. VITE_BASE=/h5/
VITE_BASE=/

# API base URL exposed to the browser bundle.
# Empty string means API calls are relative (Vite dev proxy handles /v1 → 3201).
# Set to an absolute URL for production deployments, e.g. https://api.example.com
VITE_API_BASE=

# Proxy target for local dev server (not exposed to browser).
# Override with DEV_API_TARGET=http://host:port to point at a different backend.
DEV_API_TARGET=http://127.0.0.1:3201
