From 44d09358b4a67934a2692b27962e0a74c551b9dd Mon Sep 17 00:00:00 2001 From: "cloudflare-workers-and-pages[bot]" <73139402+cloudflare-workers-and-pages[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:11:22 +0000 Subject: [PATCH] Update wrangler config name to classes --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 2379356..f63b426 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "google-classroom" +name = "classes" account_id = "" # <-- Add your Cloudflare account ID workers_dev = true compatibility_date = "2026-01-21"