v3: code quality pass, various bug fixes

This commit is contained in:
khannurien
2026-03-23 07:47:49 +00:00
parent d94a319d96
commit fbbbb43258
44 changed files with 1060 additions and 698 deletions

View File

@@ -1,4 +1,8 @@
GERBEUR_PROTOCOL=http
GERBEUR_HOSTNAME=localhost
GERBEUR_PORT=8000
JWT_SECRET=
VITE_API_PROTOCOL=http
VITE_WS_PROTOCOL=ws
VITE_SERVER_HOST=localhost
VITE_SERVER_PORT=8000