fix: remove cpu_ms limit for Workers Free plan deploy
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,10 +2,6 @@ name = "web2app"
|
|||||||
main = "worker/src/index.ts"
|
main = "worker/src/index.ts"
|
||||||
compatibility_date = "2024-11-01"
|
compatibility_date = "2024-11-01"
|
||||||
|
|
||||||
# 付费 Workers 可提高 CPU 上限,避免大 zip 上传时触发 Cloudflare 1102
|
|
||||||
[limits]
|
|
||||||
cpu_ms = 300000
|
|
||||||
|
|
||||||
[assets]
|
[assets]
|
||||||
directory = "./frontend/dist"
|
directory = "./frontend/dist"
|
||||||
not_found_handling = "single-page-application"
|
not_found_handling = "single-page-application"
|
||||||
|
|||||||
Reference in New Issue
Block a user