diff --git a/wrangler.toml b/wrangler.toml index fdf7060..3a9680e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,10 +2,6 @@ name = "web2app" main = "worker/src/index.ts" compatibility_date = "2024-11-01" -# 付费 Workers 可提高 CPU 上限,避免大 zip 上传时触发 Cloudflare 1102 -[limits] -cpu_ms = 300000 - [assets] directory = "./frontend/dist" not_found_handling = "single-page-application"