diff --git a/wrangler.example.toml b/wrangler.example.toml index e2a10f0..7cc6e7c 100644 --- a/wrangler.example.toml +++ b/wrangler.example.toml @@ -1,8 +1,7 @@ name = "fixtweet" account_id = "[CLOUDFLARE_ACCOUNT_ID]" -workers_dev = true main = "./dist/worker.js" -compatibility_date = "2022-07-25" +compatibility_date = "2022-08-17" send_metrics = false [build]