We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f2b2d commit 17726d8Copy full SHA for 17726d8
src/module.ts
@@ -71,7 +71,7 @@ export default defineNuxtModule<ModuleOptions>({
71
// @ts-expect-error nitro.cloudflare.wrangler is not yet typed
72
compatibilityFlags: nuxt.options.nitro.cloudflare?.wrangler?.compatibility_flags
73
}
74
- }) as HubConfig
+ })
75
runtimeConfig.hub = hub
76
// Make sure to tell Nitro to not generate the wrangler.toml file
77
0 commit comments