4 lines
125 B
Bash
4 lines
125 B
Bash
# API/WS endpoints — set these before building
|
|
VITE_BE_API_URL=http://localhost:3001
|
|
VITE_BE_WS_URL=ws://localhost:3001/ws
|