inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
414 stars 41 forks source link

add framework support for Hono #539

Closed prettyirrelevant closed 5 months ago

prettyirrelevant commented 5 months ago

Summary

Adds support for Hono framework.

Currently for hono.test.ts,

In comparison, other frameworks (e.g., Koa, Fastify) have:

Checklist

Related

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 9867ecd456d8e143bf6fc3ae1cc2219379d66c8e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------- | ----- | | inngest | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

arjunyel commented 5 months ago

@prettyirrelevant thank you, I was looking for this!