From bd219e67c4a9aae76d0307515ec83f2e30593227 Mon Sep 17 00:00:00 2001 From: Isaac <49708270+5kahoisaac@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:48:38 +0800 Subject: [PATCH] Update wrangler.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve ✘ [ERROR] The entry-point file at "index.ts" was not found. --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 4b426cc..5662dfb 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ name = "claude-code-proxy" -main = "./index.ts" +main = "./src/index.ts" compatibility_date = "2025-05-30" compatibility_flags = ["nodejs_compat"]