hammal/wrangler.toml.sample

10 lines
192 B
Plaintext
Raw Normal View History

2021-04-12 23:12:01 +08:00
name = "hammal"
account_id = "your account_id"
2024-06-08 13:30:18 +08:00
main = "src/index.ts"
2021-04-12 23:12:01 +08:00
workers_dev = true
2024-06-08 13:30:18 +08:00
compatibility_date = "2024-06-08"
2021-04-12 23:12:01 +08:00
kv_namespaces = [
{ binding = "HAMMAL_CACHE", id = "you kv id" }
]