feat: bootstrap React frontend shell with API and realtime wiring

This commit is contained in:
root
2026-05-12 12:58:39 +00:00
parent 642b81564d
commit 196535ba5a
20 changed files with 3699 additions and 1 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
VITE_GUILD_API_BASE=http://localhost:7002/api
VITE_GUILD_SOCKET_BASE=http://localhost:7002/realtime
VITE_API_KEY=change-me-api-key