From 5b87b1d21b6364e35e2117ff7851f3d7f3901c72 Mon Sep 17 00:00:00 2001 From: "cloudflare-workers-and-pages[bot]" <73139402+cloudflare-workers-and-pages[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:28:11 +0000 Subject: [PATCH] Update wrangler config name to cfchat2 --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 463731f..2b04da0 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "cfchat" +name = "cfchat2" main = "src/worker.js" compatibility_date = "2024-01-01"