Files
sleep-guard/packages
Vadim Sobinin f38c944690 fix(proxy): use getRequestListener instead of createAdaptorServer
createAdaptorServer creates a new HTTP server on each request,
which breaks Hono routing. getRequestListener gives a proper
request handler for use with an existing server.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-15 00:35:27 +03:00
..