diff --git a/wrangler.toml b/wrangler.toml index 3c2fc9c..259e7e3 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -9,8 +9,6 @@ compatibility_date = "2024-08-15" [build] command = "npm run build" -upload.format = "service-worker" -upload.main = "./dist/index.js" [env.production] route = "https://my-hono-proxy.5za.xyz/*"