# Google Gemini API Key # Get your API key from: https://makersuite.google.com/app/apikey VITE_GEMINI_API_KEY=your_key_here # Image Generation Backend # The PHP backend must be running for image generation to work # Start it with: cd /path/to/NANO-PRO && php -S localhost:8000 # Vite will proxy /api/* requests to this server