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
4dd8b2f444
commit
9937a8fe16
|
|
@ -1,3 +1,7 @@
|
|||
# Cloudflare Pages configuration
|
||||
pages_build_output_dir = "dist"
|
||||
|
||||
# Worker configuration (for Pages Functions)
|
||||
main = "worker/worker.ts"
|
||||
compatibility_date = "2024-07-01"
|
||||
name = "jeffemmett-canvas"
|
||||
|
|
|
|||
Loading…
Reference in New Issue