fix: add pages_build_output_dir to wrangler.toml
Add Cloudflare Pages configuration to wrangler.toml to resolve deployment warning. This tells Cloudflare Pages where to find the built static files (dist directory). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
90605bee09
commit
f0f7c47775
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Cloudflare Pages configuration
|
||||||
|
pages_build_output_dir = "dist"
|
||||||
|
|
||||||
|
# Worker configuration (for Pages Functions)
|
||||||
main = "worker/worker.ts"
|
main = "worker/worker.ts"
|
||||||
compatibility_date = "2024-07-01"
|
compatibility_date = "2024-07-01"
|
||||||
name = "jeffemmett-canvas"
|
name = "jeffemmett-canvas"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue