mirror of
https://github.com/woodchen-ink/docker-image.git
synced 2025-07-18 14:01:59 +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" }
|
|
]
|