Skip to content

Commit 771fa93

Browse files
Enable minification in cloudflare template (#343)
1 parent 2a45572 commit 771fa93

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

typescript/templates/cloudflare-worker/wrangler.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ main = "./src/index.ts"
77
# Preview URLs are used to register to Restate
88
preview_urls = true
99

10-
# Disable minification.
11-
# The CF Worker minifier incorrectly removes parts of the Restate SDK
12-
minify = false
13-
1410
# Enable NodeJS compatibility (used by the SDK for the Node Buffer API)
15-
compatibility_date = "2024-05-13"
11+
compatibility_date = "2025-09-23"
1612
compatibility_flags = [ "nodejs_compat" ]

0 commit comments

Comments
 (0)