We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cloudflare.deployConfig
1 parent 78ca963 commit 617f23dCopy full SHA for 617f23d
src/module.ts
@@ -98,8 +98,8 @@ export default defineNuxtModule<ModuleOptions>({
98
runtimeConfig.public.hub = {}
99
// Make sure to tell Nitro to not generate the .wrangler/deploy/config.json file
100
nuxt.options.nitro.cloudflare ||= {}
101
- // @ts-expect-error noWranglerDeployConfig is not typed here
102
- nuxt.options.nitro.cloudflare.noWranglerDeployConfig = true
+ // @ts-expect-error deployConfig is not typed here
+ nuxt.options.nitro.cloudflare.deployConfig = false
103
// @ts-expect-error nodeCompat is not typed here
104
nuxt.options.nitro.cloudflare.nodeCompat = true
105
// For old versions of Nitro, disable generating the wrangler.toml file
0 commit comments