From 5fa618cdff0992bf0cade863f075c310bb6ea6c2 Mon Sep 17 00:00:00 2001 From: lauragift21 Date: Fri, 16 Sep 2022 14:25:25 +0200 Subject: [PATCH] update wrangler.toml configuration to latest wrangler version --- wrangler.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 44283ad..dbed250 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,7 +1,3 @@ name = "emscripten-template" -type = "webpack" -zone_id = "" -account_id = "" -route = "" -workers_dev = true -webpack_config = "webpack.config.js" +main = "index.js" +compatibility_date = "2022-09-16" \ No newline at end of file