diff --git a/wrangler.toml b/wrangler.toml index 73cded7..0441b6b 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,7 +1,4 @@ -name = "" -account_id = "" -workers_dev = true -route = { pattern = "", zone_id = ""} +name = "python-worker" main = "dist/main.js" compatibility_date = "2022-06-03"