# Frontend Environment Variables # API URL (for production builds) # In production with unified deployment, this should be "/api" (same-origin) # For local development, this is handled by the Vite proxy VITE_API_URL=/api # API Proxy Target (for local development only) # Point this to your local backend server # Default: http://localhost:3001 (backend runs on 3001, frontend on 3000) VITE_API_TARGET=http://localhost:3001