# Frontend Environment Configuration # Copy this file to .env.local and configure # Backend API URL # For local development: http://localhost:8000 # For WSL2: Use the WSL2 IP address (get with: hostname -I | awk '{print $1}') VITE_API_BASE_URL=http://localhost:8000 # Dev server configuration (used by `vite.config.ts`) FRONTEND_HOST=0.0.0.0 FRONTEND_PORT=5173