Files
recflare/apps/chat
2026-06-29 23:16:42 -04:00
..
2026-06-29 23:16:42 -04:00
2026-06-12 17:28:00 -04:00
2026-06-12 17:28:00 -04:00
2026-06-29 23:16:42 -04:00
2026-06-12 17:28:00 -04:00
2026-06-12 17:28:00 -04:00
2026-06-14 18:59:35 -04:00
2026-06-29 23:16:42 -04:00

chat

Chat worker served on the chat subdomain.

  • GET / — service status { "service": "chat", "status": "ok" }.
  • GET /thread — chat threads. No DB binding yet, so returns [].

Development

Run in dev mode

pnpm dev

Run tests

pnpm test

Deploy

pnpm turbo deploy