This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps/api
groombook-ci[bot] 483ae373f5 fix(auth): use auth.handler instead of toNodeHandler for Hono
toNodeHandler writes directly to Node ServerResponse and returns void,
causing Hono to return 404 for all Better-Auth routes. auth.handler
uses web standard Request/Response which Hono expects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 14:49:28 +00:00
..