Files
PMTiles/serverless/cloudflare/wrangler.toml.example
Brandon Liu 353a7611e8 serverless/cloudflare: update Wrangler version and compatibility dates. (#450)
* serverless/cloudflare: update Wrangler version and compatibility dates.

* fix Lambda build
2024-09-12 16:54:59 +08:00

12 lines
321 B
Plaintext

name = "pmtiles-cloudflare"
main = "src/index.ts"
compatibility_date = "2024-09-02"
minify = false
r2_buckets = [
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
]
[vars]
# ALLOWED_ORIGINS = "http://localhost:8000"
# CACHE_CONTROL = "public, max-age=86400"