mirror of
https://github.com/woodchen-ink/docker-image.git
synced 2025-07-18 05:51:59 +08:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
name = "hammal"
|
|
account_id = "your account_id"
|
|
main = "src/index.ts"
|
|
workers_dev = true
|
|
compatibility_date = "2024-06-08"
|
|
|
|
kv_namespaces = [
|
|
{ binding = "HAMMAL_CACHE", id = "you kv id" }
|
|
]
|