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