Sébastien Chopin
Sébastien Chopin
This seems related directly to the module builder as Nitro generate a import script in `.nuxt/types/nitro-imports.d.ts` 
It's planned @oritwoen I need to create a custom provider especially for caching, will keep you updated!
It should work with latest release, could you confirm?
This is limited to Cloudflare Pages CI at the moment, but would you be happy to use the `nuxthub deploy` command in the meantime?Do you have any CI integration in...
You should be able to use the `nuxthub deploy` within the CircleCI pipeline, would that be possible?
Indeed we don't generate it for now: https://github.com/nuxt-hub/core/blob/33612ee58104fe4ed523e933ae45bcb9a1615a32/src/utils/wrangler.ts#L43-L58 The feature for local development in wrangler was released 4 days ago: https://github.com/cloudflare/workers-sdk/pull/6612 I will have a look this week to fix...
This is how you can enable it: ```ts export default defineNuxtConfig({ hub: { bindings: { compatibilityFlags: 'nodejs_compat_v2' } } }) ```
Adding it to the list, this should not be hard to implement, ideally I would love to have a `hubQueue(name)` but quite frustrating to only be a producer. Would you...
Hey @mathieucollet Happy to read https://hub.nuxt.com/docs/recipes/debug and give investigate about what can cause such issue?
Now you need to investigate by open those chunks as the right line and see where the `call` is read from