We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3787da commit a06892bCopy full SHA for a06892b
typescript/templates/cloudflare-worker/wrangler.toml
@@ -8,5 +8,6 @@ main = "./src/index.ts"
8
preview_urls = true
9
10
# Enable NodeJS compatibility (used by the SDK for the Node Buffer API)
11
+# and Node's process.env (for logging)
12
compatibility_date = "2025-09-23"
-compatibility_flags = [ "nodejs_compat" ]
13
+compatibility_flags = [ "nodejs_compat", "nodejs_compat_populate_process_env" ]
0 commit comments