Skip to content

Commit

Permalink
Add UsageKV namespace bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Dec 1, 2023
1 parent 7c8d11e commit 17b426b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/core/wrangler.current.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ logpush = true
node_compat = true
workers_dev = false

kv_namespaces = [
{ binding = "UsageKV", id = "fe34c321db564d299ef7c78753f6c1fd" },
]

[env.current]
durable_objects.bindings = [
{ name = "Account", class_name = "Account" },
Expand Down
4 changes: 4 additions & 0 deletions platform/core/wrangler.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ logpush = true
node_compat = true
workers_dev = false

kv_namespaces = [
{ binding = "UsageKV", id = "aa6e9a9c024c4ff495524e0d227b7c63" },
]

[env.dev]
durable_objects.bindings = [
{ name = "Account", class_name = "Account" },
Expand Down
4 changes: 4 additions & 0 deletions platform/core/wrangler.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ logpush = true
node_compat = true
workers_dev = false

kv_namespaces = [
{ binding = "UsageKV", id = "56f1544de4704f538a01e84393d3d5c7" },
]

[env.next]
durable_objects.bindings = [
{ name = "Account", class_name = "Account" },
Expand Down

0 comments on commit 17b426b

Please sign in to comment.