Skip to content

Commit 965eabb

Browse files
committed
Ensure KV binding is defined for local dev + tests
1 parent 6bd23c9 commit 965eabb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ main = "src/index.js"
33
compatibility_date = "2022-10-31"
44
compatibility_flags = [ "nodejs_als" ]
55
account_id = "dbf163e9a5fda1c8a0eceeed9ec12c18"
6+
kv_namespaces = [
7+
{ binding = "CACHE" }
8+
]
69

710
[observability.logs]
811
enabled = true

0 commit comments

Comments
 (0)