mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-10-31 21:36:08 +01:00
de0cfaf504
Add "compatibility_date" for Cloudflare to prevent jq json parse issues.
20 lines
431 B
TOML
20 lines
431 B
TOML
name = "cf-workers-status-page"
|
|
workers_dev = true
|
|
account_id = ""
|
|
type = "webpack"
|
|
webpack_config = "node_modules/flareact/webpack"
|
|
compatibility_date = "2021-07-23"
|
|
|
|
[triggers]
|
|
crons = ["* * * * *"]
|
|
|
|
[site]
|
|
bucket = "out"
|
|
entry-point = "./"
|
|
|
|
# uncomment and adjust following if you are not using GitHub Actions
|
|
#[env.production]
|
|
#kv-namespaces = [{binding="KV_STATUS_PAGE", id="xxxx", preview_id=""}]
|
|
#zone_id="xxx"
|
|
#route="xxx"
|