Skip to content

Commit 3e5caed

Browse files
Fix binding configuration.
1 parent 7b76423 commit 3e5caed

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

cloudflare-workers/workouts/wrangler.toml

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

5-
kv_namespaces = [
6-
# Development KV binding
7-
{ binding = "WORKOUTS", id = "workouts_kv" }
8-
]
5+
kv_namespaces = [{
6+
"binding": "WORKOUTS",
7+
"id": "87410bddd9f346f393f03545c79cf00c"
8+
}]
99

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

0 commit comments

Comments
 (0)