mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
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:
parent
4ba8d5dd11
commit
8583dd557c
@ -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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user