15 lines
301 B
TOML
Raw Permalink Normal View History

2022-07-31 18:36:16 +09:00
name = "kv-counter"
2023-04-30 00:36:00 +09:00
main = "./build/worker.mjs"
2022-07-31 18:36:16 +09:00
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[[kv_namespaces]]
binding = "COUNTER"
id = "fe0ef36853f04fe986c1ade5271ea6a4"
preview_id = "916f05d37f4741e0a19aa3d0bd4d282e"
[build]
command = "make build"