lila/apps/api
lila 540155788a fix(api): use server.listen instead of app.listen for WebSocket support
- server.ts: switch from app.listen() to server.listen() so WebSocket
  upgrade handler is on the same server as HTTP requests
- lobbyService: add host as first player on lobby creation
- ws-client: guard against reconnect when already connecting
- ws-provider: skip connect if already connected
2026-04-18 21:57:58 +02:00
..
src fix(api): use server.listen instead of app.listen for WebSocket support 2026-04-18 21:57:58 +02:00
Dockerfile feat: add production deployment config 2026-04-14 11:38:40 +02:00
package.json feat(api): add WebSocket foundation and multiplayer game store 2026-04-17 09:36:16 +02:00
tsconfig.json updating documentation, formatting 2026-04-12 09:28:35 +02:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00