Skip to content

Commit 617f23d

Browse files
committed
chore: set cloudflare.deployConfig to false in nitro
1 parent 78ca963 commit 617f23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/module.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export default defineNuxtModule<ModuleOptions>({
9898
runtimeConfig.public.hub = {}
9999
// Make sure to tell Nitro to not generate the .wrangler/deploy/config.json file
100100
nuxt.options.nitro.cloudflare ||= {}
101-
// @ts-expect-error noWranglerDeployConfig is not typed here
102-
nuxt.options.nitro.cloudflare.noWranglerDeployConfig = true
101+
// @ts-expect-error deployConfig is not typed here
102+
nuxt.options.nitro.cloudflare.deployConfig = false
103103
// @ts-expect-error nodeCompat is not typed here
104104
nuxt.options.nitro.cloudflare.nodeCompat = true
105105
// For old versions of Nitro, disable generating the wrangler.toml file

0 commit comments

Comments
 (0)