# Copy to .env and adjust per environment. # API base URL the app calls. In dev, "/api" routes through the Vite proxy. VITE_API_URL=/api # Dev-only: target the Vite proxy forwards /api to. # Use http://solaria:6500 to develop against the Solaria deployment. VITE_API_TARGET=http://localhost:6500