From edc14ce1a21dd376c35cdc248c7535cba32f512e Mon Sep 17 00:00:00 2001 From: FreeCoderX Date: Mon, 14 Oct 2024 17:26:04 +0800 Subject: [PATCH] chore(playground): remove duplicate code --- playground/nuxt.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 5eb59135..7a3f5b24 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -25,9 +25,4 @@ export default defineNuxtConfig({ // ssr: false, }, }, - nitro: { - experimental: { - database: true, - }, - }, })