From 7aed841226513c854b6224bce71cc395ff589e32 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 24 Aug 2025 15:18:06 -0400 Subject: [PATCH] rename cloudflare project --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 4a29d32..3ef864d 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "my-app" +name = "resume" compatibility_date = "2024-09-29" pages_build_output_dir = "./dist/cloudflare" compatibility_flags = [ "nodejs_compat" ]