diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 5eb5913..7a3f5b2 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -25,9 +25,4 @@ export default defineNuxtConfig({ // ssr: false, }, }, - nitro: { - experimental: { - database: true, - }, - }, })