Can 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?
1 Reply
Yes, i also did with root and i wasn't able to think of any other way myself.