Paul
Explore posts from serversCan the queue only be defined in the root?
When writing a Cloudflare queue with Honojs, it seems the queue needs to be exported as part of the default. This default export cannot be mounted in another route path. Do all queue handlers need to be exported from the root?
2 replies
How can I mount Cloudflare Durable Objects to a route?
Durable Objects Docs: https://hono.dev/examples/cloudflare-durable-objects
Durable Object example straight from docs. tldr; it's a class.
How can I mount this class on a route?
Error:
1 replies