mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
Update wrangler.toml
Add "compatibility_date" for Cloudflare to prevent jq json parse issues.
This commit is contained in:
parent
f0b27a8446
commit
de0cfaf504
@ -3,6 +3,7 @@ workers_dev = true
|
|||||||
account_id = ""
|
account_id = ""
|
||||||
type = "webpack"
|
type = "webpack"
|
||||||
webpack_config = "node_modules/flareact/webpack"
|
webpack_config = "node_modules/flareact/webpack"
|
||||||
|
compatibility_date = "2021-07-23"
|
||||||
|
|
||||||
[triggers]
|
[triggers]
|
||||||
crons = ["* * * * *"]
|
crons = ["* * * * *"]
|
||||||
|
Loading…
Reference in New Issue
Block a user