honojs / vite-plugins

Vite Plugins for Hono
https://hono.dev
134 stars 35 forks source link

fix(dev-server): `typesVersions` cloudflare adapter #127

Closed naporin0624 closed 7 months ago

naporin0624 commented 7 months ago

Fixed a type error when importing with vite.cofig.ts due to an incorrect cloudfalre entry in typesVersions in pacakge.json in @hono/vite-dev-server.

checked

changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: 22defc36925cb3a2ff23cba0f682dadbe2a8c340

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 7 months ago

@naporin0624

Thanks! It should be fixed. I'll merge this now.