Files
recflare/apps/chat
Devin Zuczek f678f87d00 [chat] censor
2026-08-21 15:16:00 -04:00
..
2026-07-21 01:17:20 -04:00
2026-08-21 15:16:00 -04:00
2026-06-12 17:28:00 -04:00
2026-08-21 15:16:00 -04:00
2026-06-29 23:16:42 -04:00
2026-06-12 17:28:00 -04:00
2026-07-21 01:17:20 -04:00
2026-06-30 23:57:29 -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