mirror of
https://github.com/ImSingee/hammal.git
synced 2024-11-22 02:39:21 +08:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
name = "hammal"
|
|
type = "webpack"
|
|
account_id = "your account_id"
|
|
workers_dev = true
|
|
route = ""
|
|
zone_id = ""
|
|
webpack_config = "webpack.config.js"
|
|
kv_namespaces = [
|
|
{ binding = "HAMMAL_CACHE", id = "you kv id" }
|
|
]
|