Files
recflare/apps/chat/README.md
T
2026-06-29 23:16:42 -04:00

327 B

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