Update wrangler.toml

Add "compatibility_date" for Cloudflare to prevent jq json parse issues.
This commit is contained in:
rexhaugen 2021-09-22 15:14:21 -06:00 committed by Adam Janiš
parent f0b27a8446
commit de0cfaf504
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ workers_dev = true
account_id = ""
type = "webpack"
webpack_config = "node_modules/flareact/webpack"
compatibility_date = "2021-07-23"
[triggers]
crons = ["* * * * *"]