mirror of
https://github.com/ImSingee/hammal.git
synced 2024-11-22 02:19:38 +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" }
|
|
]
|