mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-11 02:26:08 +01:00
19 lines
401 B
TOML
19 lines
401 B
TOML
name = "cf-workers-status-page"
|
|
workers_dev = true
|
|
account_id = ""
|
|
type = "webpack"
|
|
webpack_config = "node_modules/flareact/webpack"
|
|
|
|
[triggers]
|
|
crons = ["* * * * *"]
|
|
|
|
[site]
|
|
bucket = "out"
|
|
entry-point = "./"
|
|
|
|
# uncomment and adjust following if you are not using GitHub Actions
|
|
#[env.production]
|
|
#kv-namespaces = [{binding="KV_GITHUB_RELEASES", id="xxxx", preview_id=""}]
|
|
#zone_id="xxx"
|
|
#route="xxx"
|