Spaces:
Sleeping
Sleeping
| # API Configuration | |
| # For local development with separate backend server, use: | |
| # VITE_API_URL=http://localhost:8000 | |
| # For Vercel deployment (monorepo with serverless functions), leave empty or use: | |
| # VITE_API_URL=/api | |
| # The default is /api which works for Vercel deployment | |
| VITE_API_URL=/api | |