6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
|
|
# Backend API entry
|
||
|
|
VITE_API_BASE=http://localhost:8000/api
|
||
|
|
|
||
|
|
# Backend WebSocket entry
|
||
|
|
VITE_WS_BASE=ws://localhost:8000/ws/monitor
|