# 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_URL=http://localhost:8000