Skip to content

Commit 6f5a5b4

Browse files
Fix binding configuration.
1 parent 3e5caed commit 6f5a5b4

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

cloudflare-workers/workouts/wrangler.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ name = "workouts-production"
22
main = "worker.js"
33
compatibility_date = "2025-11-23"
44

5-
kv_namespaces = [{
6-
"binding": "WORKOUTS",
7-
"id": "87410bddd9f346f393f03545c79cf00c"
8-
}]
5+
kv_namespaces = [
6+
{"binding": "WORKOUTS", "id": "87410bddd9f346f393f03545c79cf00c"}
7+
]
98

109
[env.production]
1110
name = "workouts-production"
12-
# Ensure production deployments keep the WORKOUTS KV binding intact.
13-
kv_namespaces = [{
14-
"binding": "WORKOUTS",
15-
"id": "87410bddd9f346f393f03545c79cf00c"
16-
}]
11+
kv_namespaces = [
12+
{"binding": "WORKOUTS", "id": "87410bddd9f346f393f03545c79cf00c"}
13+
]

0 commit comments

Comments
 (0)