8 lines
234 B
Bash
8 lines
234 B
Bash
# For local development, uncomment these lines:
|
|
# VITE_API_URL=http://localhost:3002/api
|
|
# VITE_WS_URL=ws://localhost:3002
|
|
|
|
# For production/domain deployment, use relative URLs (default):
|
|
VITE_API_URL=/drones/api
|
|
VITE_WS_URL=/drones
|