Skip to content
所有標籤

#wrangler

2 篇文章
tech guide

Cloudflare Workers:不是 Lambda,不是容器,是 V8 Isolate

Cloudflare Workers 用 V8 Isolate 取代容器,沒有 cold start,全球邊緣部署,透過 Bindings 接 D1、R2、KV、AI。適合 API、SSR、輕量後端,不適合長時間執行的任務。

tech debug

Cloudflare Workers 綁定自訂網域的正確寫法

wrangler.jsonc 的 routes 用 custom_domain: true,pattern 只填 hostname,不加 /*