This commit is contained in:
2026-05-26 12:27:23 +02:00
parent 39e23546e8
commit ffd8b3e5c9
26 changed files with 1514 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# Base URL of the backend HTTP API.
VITE_API_BASE=https://localhost:3000
# Base URL of the backend websocket. Optional: when omitted it is derived
# from VITE_API_BASE by swapping the protocol (https -> wss).
VITE_WS_BASE=wss://localhost:3000