ai-code-battle/wrangler.toml
jedarden 9804d4c941 feat(ci): configure Cloudflare Pages build output directory
Add pages_build_output_dir to wrangler.toml to specify the correct
build output directory for Cloudflare Pages deployment.
2026-04-08 17:07:37 -04:00

6 lines
218 B
TOML

# Cloudflare Pages Configuration
# For manual deployment use: wrangler pages deploy web/dist --project-name=ai-code-battle
name = "ai-code-battle"
compatibility_date = "2024-01-01"
pages_build_output_dir = "web/dist"