You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
through the help of something like package.json export conditions?
I'm curious. My concern is that, for example, if it is a Bun-specific API, the app will fail when using it on Cloudflare Workers. But can we avoid it with export conditions?
through the help of something like package.json export conditions?
I'm curious. My concern is that, for example, if it is a Bun-specific API, the app will fail when using it on Cloudflare Workers. But can we avoid it with export conditions?
cloudflare, bun, node all have their own export conditions
What is the feature you are proposing?
can this:
be converted:
through the help of something like package.json export conditions?
this will make it easier to test the same hono app in different runtimes without changing any code
The text was updated successfully, but these errors were encountered: