Skip to content

Commit 17726d8

Browse files
committed
chore: update type
1 parent b6f2b2d commit 17726d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default defineNuxtModule<ModuleOptions>({
7171
// @ts-expect-error nitro.cloudflare.wrangler is not yet typed
7272
compatibilityFlags: nuxt.options.nitro.cloudflare?.wrangler?.compatibility_flags
7373
}
74-
}) as HubConfig
74+
})
7575
runtimeConfig.hub = hub
7676
// Make sure to tell Nitro to not generate the wrangler.toml file
7777
// @ts-expect-error nitro.cloudflare.wrangler is not yet typed

0 commit comments

Comments
 (0)