Spaces:
Sleeping
Sleeping
File size: 294 Bytes
964103b | 1 2 3 4 5 6 7 8 9 10 | # 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
|