Has anyone setup hono with also a queue consumer?
Struggling to find an example on how to set that up, as the examples export the hono router as default.
Anyone have an idea?
Anyone have an idea?
export default withexport defaultexport default {
fetch: app.fetch,
async queue(batch: MessageBatch<Error>, env: Environment) {
<your function here>
},
}