From 14487b512984b4ce57fed3fd56d6da618a3851ce Mon Sep 17 00:00:00 2001 From: jeff646 Date: Thu, 15 Aug 2024 11:39:34 +0530 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrangler.toml b/wrangler.toml index 259e7e3..3c2fc9c 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -9,6 +9,8 @@ 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/*"