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>
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>