Skip to content

Commit ca589fa

Browse files
committed
chore: disable wrangler deploy config
1 parent 3651b6e commit ca589fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export default defineNuxtConfig({
1212
},
1313
future: { compatibilityVersion: 4 },
1414
compatibilityDate: '2024-07-30',
15+
nitro: {
16+
cloudflare: {
17+
noWranglerDeployConfig: true
18+
}
19+
},
1520
hub: {
1621
database: true
1722
},

0 commit comments

Comments
 (0)