Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| # Example environment variables for frontend development | |
| # Copy to .env.development.local to customize | |
| # Documentation URL (Docusaurus runs on port 3000 in development) | |
| # Default: http://localhost:3000 | |
| # VITE_DOCS_URL=http://localhost:3000 | |
| # API URL (FastAPI runs on port 8001) | |
| # Default: http://localhost:8001 | |
| # VITE_API_URL=http://localhost:8001 | |
| # Log every API request in dev (default: off) | |
| # VITE_DEBUG_API=true | |
| # Verbose Home / HomeModern console traces (default: off) | |
| # VITE_DEBUG_HOME=true | |
| # Google Analytics Measurement ID (same as docs site) | |
| # Get from: https://analytics.google.com (GA4 property) | |
| # Format: G-XXXXXXXXXX | |
| VITE_GOOGLE_ANALYTICS_ID=G-5EQV815915 | |