Fix wrangler.toml for v4 compatibility

Remove deprecated node_compat section, use nodejs_compat flag only

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Nirmal Arya 2025-06-24 16:33:47 -04:00
parent 4ba8d5dd11
commit 8583dd557c

View File

@ -4,7 +4,3 @@ compatibility_flags = ["nodejs_compat", "nodejs_als"]
compatibility_date = "2025-03-28" compatibility_date = "2025-03-28"
pages_build_output_dir = "./build/client" pages_build_output_dir = "./build/client"
send_metrics = false send_metrics = false
[node_compat]
# Enable Node.js compatibility mode for child_process and other APIs
preset = "legacy"