I have created a Hono js app with node js adapter, how to deploy the app to cloudfare workers. Pleas
I have created a Hono js app with node js adapter, how to deploy the app to cloudfare workers. Please help


curl against a url and then did ctrl+c to cancel it before it finished, or loaded a webpage and then closed the tab or pressed the X to stop loading before it finished

wrangler tail command or on the Cloudflare dashboard.return fetch(request) should do that, yeahUncaught (in response) TypeError: Incorrect type for Promise: the Promise did not resolve to 'Response'.return fetch(request), it should be identical to not having the workerctx.passThroughOnException() before returning nothing, but I dont recommend doing thatctx.passThroughOnException() is pretty useful if you dont want errors in your worker to affect traffic - I only dont recommend it if you plan to return nothing lolreturn fetch(request) for that return fetch(request)return fetch(request)return fetch(request)Uncaught (in response) TypeError: Incorrect type for Promise: the Promise did not resolve to 'Response'.ctx.passThroughOnException()ctx.passThroughOnException()