diff --git a/nuxt.config.ts b/nuxt.config.ts index f29b74c..f0042c4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -117,6 +117,11 @@ export default defineNuxtConfig({ nitro: { preset: 'cloudflare_module', + + cloudflare: { + deployConfig: true + }, + experimental: { openAPI: true },