From 4ce73b4ab33a34e5a2329e9739a683fbbc132697 Mon Sep 17 00:00:00 2001 From: "cloudflare-workers-and-pages[bot]" <73139402+cloudflare-workers-and-pages[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:37:54 +0000 Subject: [PATCH] Update wrangler config name to weightchallenge --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 863da6a..a499789 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "weight-challenge" +name = "weightchallenge" main = "src/index.ts" compatibility_date = "2024-05-12" compatibility_flags = ["nodejs_compat"]