lila/apps/web/src
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
..
components feat(web): add multiplayer lobby, game, and score screen routes 2026-04-18 10:33:48 +02:00
lib fix(api): use server.listen instead of app.listen for WebSocket support 2026-04-18 21:57:58 +02:00
routes feat(web): update navigation with Play and Multiplayer links 2026-04-18 10:59:50 +02:00
index.css installing and configuring tailwind 2026-03-21 20:59:26 +01:00
main.tsx installing and configuring tailwind 2026-03-21 20:59:26 +01:00
routeTree.gen.ts feat(web): add multiplayer layout route and landing page 2026-04-17 21:33:40 +02:00