We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5caed commit 6f5a5b4Copy full SHA for 6f5a5b4
1 file changed
cloudflare-workers/workouts/wrangler.toml
@@ -2,15 +2,12 @@ name = "workouts-production"
2
main = "worker.js"
3
compatibility_date = "2025-11-23"
4
5
-kv_namespaces = [{
6
- "binding": "WORKOUTS",
7
- "id": "87410bddd9f346f393f03545c79cf00c"
8
- }]
+kv_namespaces = [
+ {"binding": "WORKOUTS", "id": "87410bddd9f346f393f03545c79cf00c"}
+]
9
10
[env.production]
11
name = "workouts-production"
12
-# Ensure production deployments keep the WORKOUTS KV binding intact.
13
14
15
16
0 commit comments