From a7a581a97d4431fd1c37bd4615673c6f5c9bd54a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 19 Dec 2025 16:31:42 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20mettre=20=C3=A0=20jour=20les=20types=20g?= =?UTF-8?q?=C3=A9n=C3=A9r=C3=A9s=20par=20Wrangler=20pour=20refl=C3=A9ter?= =?UTF-8?q?=20les=20modifications=20r=C3=A9centes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worker-configuration.d.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 0eb85bd..b328216 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,14 +1,12 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 0e830e66d194b5321c2ceb2f6b8949ed) -// Runtime types generated with workerd@1.20251213.0 2025-12-13 nodejs_compat +// Generated by Wrangler by running `wrangler types` (hash: 7b4844cbbc6894946bc3782cc10972c6) +// Runtime types generated with workerd@1.20251217.0 2025-12-13 nodejs_compat declare namespace Cloudflare { interface GlobalProps { mainModule: typeof import("./.output/server/index"); } interface Env { CACHE: KVNamespace; - NUXT_DISCORD_ID: string; - NUXT_DISCORD_TOKEN: string; NUXT_DISCORD_USER_ID: string; NUXT_WAKATIME_CODING: string; NUXT_WAKATIME_EDITORS: string; @@ -27,7 +25,7 @@ type StringifyValues> = { [Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string; }; declare namespace NodeJS { - interface ProcessEnv extends StringifyValues> {} + interface ProcessEnv extends StringifyValues> {} } // Begin runtime types