From 043464c4c2384328b7bc7fbf38a055c652092894 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 Feb 2026 18:11:04 +0000 Subject: [PATCH] Update wrangler config name to catsoftwarebackend --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 72adea9..02cc5f8 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "cat-softwares-waitlist" +name = "catsoftwarebackend" main = "index.js" compatibility_date = "2024-04-01" compatibility_flags = ["nodejs_compat"]