deploy
Build and Deploy / build (push) Failing after 36s
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-29 19:14:21 +02:00
parent ffd8b3e5c9
commit 4cc545478c
7 changed files with 67 additions and 140 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Base URL of the backend HTTP API.
VITE_API_BASE=https://localhost:3000
VITE_API_BASE=http://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
VITE_WS_BASE=ws://localhost:3000