Skip to content

Commit 05938bc

Browse files
Disable workers.dev in wrangler.toml for production readiness
1 parent bd141dc commit 05938bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ main = "worker.js"
33
compatibility_date = "2026-03-22"
44

55
# Keep workers.dev enabled unless you are deploying to a custom route.
6-
workers_dev = true
6+
workers_dev = false
77

88
[[kv_namespaces]]
99
binding = "PROFILE_CACHE"

0 commit comments

Comments
 (0)