mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
15 lines
301 B
TOML
15 lines
301 B
TOML
name = "kv-counter"
|
|
main = "./build/worker.mjs"
|
|
compatibility_date = "2022-05-13"
|
|
compatibility_flags = [
|
|
"streams_enable_constructors"
|
|
]
|
|
|
|
[[kv_namespaces]]
|
|
binding = "COUNTER"
|
|
id = "fe0ef36853f04fe986c1ade5271ea6a4"
|
|
preview_id = "916f05d37f4741e0a19aa3d0bd4d282e"
|
|
|
|
[build]
|
|
command = "make build"
|