2020-11-08 13:56:02 +01:00
|
|
|
name = "cf-workers-status-page"
|
|
|
|
workers_dev = true
|
2020-11-13 23:00:53 +01:00
|
|
|
account_id = ""
|
|
|
|
type = "webpack"
|
2020-11-08 13:56:02 +01:00
|
|
|
webpack_config = "node_modules/flareact/webpack"
|
2021-09-22 23:14:21 +02:00
|
|
|
compatibility_date = "2021-07-23"
|
2020-11-08 13:56:02 +01:00
|
|
|
|
|
|
|
[triggers]
|
|
|
|
crons = ["* * * * *"]
|
|
|
|
|
|
|
|
[site]
|
|
|
|
bucket = "out"
|
|
|
|
entry-point = "./"
|
2020-11-13 23:00:53 +01:00
|
|
|
|
|
|
|
# uncomment and adjust following if you are not using GitHub Actions
|
|
|
|
#[env.production]
|
2020-11-15 00:35:47 +01:00
|
|
|
#kv-namespaces = [{binding="KV_STATUS_PAGE", id="xxxx", preview_id=""}]
|
2020-11-13 23:00:53 +01:00
|
|
|
#zone_id="xxx"
|
|
|
|
#route="xxx"
|