From c427cb7d2f24c00a0fdd2abef4651bd4b038b721 Mon Sep 17 00:00:00 2001 From: lauragift21 Date: Thu, 8 Sep 2022 16:29:45 +0200 Subject: [PATCH 1/2] update wrangler.toml configuration to latest wrangler version --- wrangler.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index e4973bd..255c706 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,4 @@ name = "websocket-template" -type = "webpack" account_id = "b54f07a6c269ecca2fa60f1ae4920c99" -workers_dev = true -route = "" -zone_id = "" +main = "index.js" +compatibility_date = "2022-09-08" \ No newline at end of file From ccd1b54e39fc2aec05ec6ffe7f2e655ba32321d4 Mon Sep 17 00:00:00 2001 From: Gift Egwuenu Date: Thu, 29 Sep 2022 09:37:35 +0200 Subject: [PATCH 2/2] Update wrangler.toml Co-authored-by: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 255c706..189599e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ name = "websocket-template" account_id = "b54f07a6c269ecca2fa60f1ae4920c99" main = "index.js" -compatibility_date = "2022-09-08" \ No newline at end of file +compatibility_date = "2022-09-08"