mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 03:39:41 +02:00
chore(calendar): add wrangler.toml for Cloudflare Pages deployment
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8f54a56324
commit
87b09eb5a8
1 changed files with 7 additions and 0 deletions
7
apps/calendar/apps/landing/wrangler.toml
Normal file
7
apps/calendar/apps/landing/wrangler.toml
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue