Skip to content

Commit 0beb409

Browse files
Add workouts binding.
1 parent ebaa6ba commit 0beb409

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudflare-workers/workouts/wrangler.toml

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

55
kv_namespaces = [
6-
{ binding = "WORKOUTS", id = "replace-with-your-kv-id" }
6+
{ binding = "WORKOUTS", id = "workouts_kv" }
77
]
88

99
[env.production]

0 commit comments

Comments
 (0)