From 0f2445e3fc980f7c978e7e7476a0e8dbd1399cce Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 16 Dec 2025 16:52:21 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20mettre=20=C3=A0=20jour=20la=20configurat?= =?UTF-8?q?ion=20de=20la=20base=20de=20donn=C3=A9es=20et=20supprimer=20les?= =?UTF-8?q?=20options=20de=20timeline=20dans=20devtools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 9 ++++----- worker-configuration.d.ts | 5 +---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 65f2f62..7b387fd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,10 +10,6 @@ export default defineNuxtConfig({ devtools: { enabled: true, - - timeline: { - enabled: true - } }, runtimeConfig: { @@ -60,7 +56,10 @@ export default defineNuxtConfig({ hub: { cache: true, - db: 'sqlite' + db: { + dialect: 'sqlite', + driver: 'd1', + } }, eslint: { diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index ccd3f3c..fb513a9 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,10 +1,7 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 0679b0b4949d6d526c66ca50f454ef26) +// Generated by Wrangler by running `wrangler types` (hash: 4ffc2e39cf9c8dc235ec80f2b29fba21) // Runtime types generated with workerd@1.20251213.0 2025-12-13 declare namespace Cloudflare { - interface GlobalProps { - mainModule: typeof import("./.output/server/index"); - } interface Env { CACHE: KVNamespace; NUXT_DISCORD_ID: string;