From 6589d73725a3a4be945c5d2b119d5c9c418314f9 Mon Sep 17 00:00:00 2001 From: lauragift21 Date: Wed, 7 Sep 2022 13:22:41 +0200 Subject: [PATCH 1/2] update wrangler.toml configuration to latest wrangler version --- wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 82e8965..e8c22ae 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ -account_id = "" name = "my-site" -type = "webpack" workers_dev = true +main = "workers-site/index.js" site = { bucket = "./public" } +compatibility_date = "2022-09-07" From 2bb6ca04523c1b61823139992819c6f3dedd1cb7 Mon Sep 17 00:00:00 2001 From: Gift Egwuenu Date: Fri, 16 Sep 2022 12:29:20 +0200 Subject: [PATCH 2/2] Update wrangler.toml Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com> --- wrangler.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index e8c22ae..32ad16a 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,4 @@ name = "my-site" -workers_dev = true main = "workers-site/index.js" site = { bucket = "./public" } compatibility_date = "2022-09-07"