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"]