We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b76423 commit 3e5caedCopy full SHA for 3e5caed
1 file changed
cloudflare-workers/workouts/wrangler.toml
@@ -2,14 +2,15 @@ name = "workouts-production"
2
main = "worker.js"
3
compatibility_date = "2025-11-23"
4
5
-kv_namespaces = [
6
- # Development KV binding
7
- { binding = "WORKOUTS", id = "workouts_kv" }
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