disable minification of cloudflare worker js (#290)

This commit is contained in:
Brandon Liu
2023-11-13 12:18:16 +08:00
committed by GitHub
parent f2805a1681
commit f6842e150a

View File

@@ -1,7 +1,7 @@
name = "pmtiles-cloudflare"
main = "src/index.ts"
compatibility_date = "2022-10-18"
minify = true
minify = false
r2_buckets = [
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }