From 24a9d53ccf4f3473862bc36d439a157e52902181 Mon Sep 17 00:00:00 2001 From: Daniel Kirby Date: Thu, 25 Jun 2026 11:39:48 +0100 Subject: [PATCH] chore: refresh worker configuration types --- worker-configuration.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index b28b382..44e67a2 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,11 +1,8 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 61c64c9cd1c2465ff3a92bc5ac82d57d) +// Generated by Wrangler by running `wrangler types` (hash: 4f9fe9ddb2ea1e2c41e1be5910da8551) // Runtime types generated with workerd@1.20260521.1 2026-05-23 nodejs_als interface __BaseEnv_Env { ASSETS: Fetcher; - DATABASE_URL: string; - ORIGIN: string; - BETTER_AUTH_SECRET: string; } declare namespace Cloudflare { interface Env extends __BaseEnv_Env {}