We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a45572 commit 771fa93Copy full SHA for 771fa93
typescript/templates/cloudflare-worker/wrangler.toml
@@ -7,10 +7,6 @@ main = "./src/index.ts"
7
# Preview URLs are used to register to Restate
8
preview_urls = true
9
10
-# Disable minification.
11
-# The CF Worker minifier incorrectly removes parts of the Restate SDK
12
-minify = false
13
-
14
# Enable NodeJS compatibility (used by the SDK for the Node Buffer API)
15
-compatibility_date = "2024-05-13"
+compatibility_date = "2025-09-23"
16
compatibility_flags = [ "nodejs_compat" ]
0 commit comments