From 8583dd557c94cc31634cff25e6fd682b77f9f86a Mon Sep 17 00:00:00 2001 From: Nirmal Arya Date: Tue, 24 Jun 2025 16:33:47 -0400 Subject: [PATCH] Fix wrangler.toml for v4 compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove deprecated node_compat section, use nodejs_compat flag only 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- wrangler.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index f9cc479c..f8d127f0 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -4,7 +4,3 @@ compatibility_flags = ["nodejs_compat", "nodejs_als"] compatibility_date = "2025-03-28" pages_build_output_dir = "./build/client" send_metrics = false - -[node_compat] -# Enable Node.js compatibility mode for child_process and other APIs -preset = "legacy"