๐Ÿ“ฆ cloudflare / cloudflare-blog

๐Ÿ“„ wrangler.toml ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13name = "weather-panel"
main = "entry.py"
compatibility_flags = ["python_workers"]
compatibility_date = "2024-10-11"

[observability]
enabled = true

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