# Environment Variables Template # Copy this file to .env.development or .env.production and update the values # API Base URL - Backend server URL # Development: http://lvh.me:8000 # Production: https://api.yourdomain.com VITE_API_URL=http://lvh.me:8000 # Development mode flag (optional) VITE_DEV_MODE=true