Files
PMTiles/serverless/cloudflare/wrangler.toml
2022-10-19 09:36:12 +08:00

8 lines
253 B
TOML

name = "pmtiles-cloudflare"
main = "src/index.ts"
compatibility_date = "2022-10-18"
# Replace the bucket names with your own
r2_buckets = [
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
]