From 87b09eb5a839a15c38c2f494185b70fcef60788e Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:50:42 +0100 Subject: [PATCH] chore(calendar): add wrangler.toml for Cloudflare Pages deployment Co-Authored-By: Claude Opus 4.5 --- apps/calendar/apps/landing/wrangler.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/calendar/apps/landing/wrangler.toml diff --git a/apps/calendar/apps/landing/wrangler.toml b/apps/calendar/apps/landing/wrangler.toml new file mode 100644 index 000000000..4eb249ce9 --- /dev/null +++ b/apps/calendar/apps/landing/wrangler.toml @@ -0,0 +1,7 @@ +# Cloudflare Pages configuration for Calendar Landing +# Deployed via Wrangler CLI (Direct Upload) +# Custom domain: calendars.mana.how + +name = "calendars-landing" +compatibility_date = "2024-12-01" +pages_build_output_dir = "dist"