We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a2305 commit ff5b2feCopy full SHA for ff5b2fe
1 file changed
apps/web/nuxt.config.ts
@@ -108,6 +108,9 @@ export default defineNuxtConfig({
108
nitro: {
109
// Override via NITRO_PRESET=node_server for Docker deployments
110
preset: (process.env.NITRO_PRESET as string) || 'cloudflare_pages',
111
+ commands: {
112
+ deploy: '', // Disable auto-deploy — we deploy manually via workflow
113
+ },
114
// Production storage for non-Cloudflare deployments (Docker / bare metal).
115
// On Cloudflare Pages the KV binding (event.context.cloudflare.env.CACHE)
116
// is used directly by server/utils/storage.ts — this mount is only hit when
0 commit comments