managarten/apps/chat/apps/landing/wrangler.toml
Till-JS ef8fd6a101 feat(landing): add Cloudflare Pages deployment setup
- Add wrangler.toml for all 5 landing pages (chat, picture, manacore, manadeck, zitare)
- Add wrangler CLI as dev dependency
- Add deploy scripts: pnpm deploy:landing:{project} and pnpm deploy:landing:all
- Add Cloudflare helper scripts: cf:login, cf:projects:list, cf:projects:create
- Document Cloudflare Pages setup in CLAUDE.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 12:35:54 +01:00

6 lines
185 B
TOML

# Cloudflare Pages configuration for Chat Landing
# Deployed via GitHub Actions (Direct Upload)
name = "chat-landing"
compatibility_date = "2024-12-01"
pages_build_output_dir = "dist"