Disable workers in Nuxt configuration with a FIXME comment for future review

This commit is contained in:
2025-04-19 11:59:54 +02:00
parent ef02ce272f
commit de242775a2

View File

@@ -35,7 +35,7 @@ export default defineNuxtConfig({
kv: true, kv: true,
database: true, database: true,
analytics: true, analytics: true,
workers: true, // FIXME: workers: true,
}, },
// Nuxt Content // Nuxt Content