From de0cfaf5042279f5343a46e17da0cad24c4ecaa9 Mon Sep 17 00:00:00 2001 From: rexhaugen <12450781+rexhaugen@users.noreply.github.com> Date: Wed, 22 Sep 2021 15:14:21 -0600 Subject: [PATCH] Update wrangler.toml Add "compatibility_date" for Cloudflare to prevent jq json parse issues. --- wrangler.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.toml b/wrangler.toml index 509a63c..cfea8f0 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,6 +3,7 @@ workers_dev = true account_id = "" type = "webpack" webpack_config = "node_modules/flareact/webpack" +compatibility_date = "2021-07-23" [triggers] crons = ["* * * * *"]