From 8bbc9f68970fdbdde78fc9a3a83f7ea4903d6b97 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 16 Dec 2025 14:44:54 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20corriger=20la=20configuration=20de=20hub?= =?UTF-8?q?=20en=20rempla=C3=A7ant=20les=20options=20par=20une=20base=20de?= =?UTF-8?q?=20donn=C3=A9es=20SQLite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index ce79de4..c4b6390 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -48,9 +48,7 @@ export default defineNuxtConfig({ }, hub: { - database: true, - ai: true, - analytics: true, + db: 'sqlite', cache: true },