Spaces:
Sleeping
Sleeping
File size: 389 Bytes
9e4f343 | 1 2 3 4 5 6 7 8 9 10 | # Frontend environment variables — copy this file to .env.local for local development
# (Vite loads .env.local automatically; never commit .env.local)
# WebSocket URL of the backend server.
# For local development (backend running on default port):
VITE_WS_URL=ws://localhost:8000
# For production (Hugging Face Spaces backend):
# VITE_WS_URL=wss://devrajsinh2012-sanket-setu.hf.space
|