mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 19:29:40 +02:00
- 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>
6 lines
185 B
TOML
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"
|