๐Ÿ“ฆ cloudflare / cloudflare-blog

๐Ÿ“„ wrangler.toml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16name = "render-raster"
main = "index.ts"

compatibility_date = "2024-12-16"
compatibility_flags = [ "nodejs_compat" ]

upload_source_maps = true

[[kv_namespaces]]
binding = "KV"
id = "xxx"
preview_id = "xxx"

[browser]
binding = "BROWSER"