Skip to content

Commit ce2f15f

Browse files
Add initial configuration for rmm-counter worker
1 parent e60e371 commit ce2f15f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

worker/wrangler.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "rmm-counter"
2+
main = "src/index.js"
3+
compatibility_date = "2026-08-01"
4+
5+
# Keep the worker off the public workers.dev subdomain once you have a
6+
# custom route, or leave it true to use https://rmm-counter.<you>.workers.dev
7+
workers_dev = true
8+
9+
[[kv_namespaces]]
10+
binding = "HITS"
11+
id = "PASTE_YOUR_KV_NAMESPACE_ID_HERE"
12+
13+
[observability]
14+
enabled = true

0 commit comments

Comments
 (0)