honojs / vite-plugins

Vite Plugins for Hono
https://hono.dev
123 stars 34 forks source link

fix(dev-server) Missing exports for node,bun adapter #170

Closed arisris closed 1 month ago

arisris commented 1 month ago

Fix missing export in package.json

In the recent update i have add very initial bun and node.js adapter but i forget to add exports definition in the package.json so the update does not export module correctly.

https://github.com/honojs/vite-plugins/pull/166 https://github.com/honojs/vite-plugins/pull/167

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 4a9b5d09007d55b7911cf724a2ecf1b018af3533

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

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | @hono/vite-dev-server | Patch |

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

yusukebe commented 1 month ago

Hi @arisris

I've left a comment.

yusukebe commented 1 month ago

@arisris

Thank you! Merge now.