enkot / nuxt-open-fetch

Generate zero-overhead, typed OpenAPI clients for Nuxt.
https://nuxt-open-fetch.vercel.app
MIT License
114 stars 10 forks source link

fix: Add explicit imports to prevent bundling issues #17

Closed guibulator closed 6 months ago

guibulator commented 7 months ago

Added explicit imports to fix issues when consuming this module as external dependency.

18

vercel[bot] commented 7 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @enkot on Vercel.

@enkot first needs to authorize it.

hmaack commented 7 months ago

This fix works for me, the current main throws unfortunately missing function createOpenFetch exceptions because of this autoimport. @enkot what do you think?

enkot commented 6 months ago

Thank you for the PR!