mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
disable minification of cloudflare worker js (#290)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name = "pmtiles-cloudflare"
|
name = "pmtiles-cloudflare"
|
||||||
main = "src/index.ts"
|
main = "src/index.ts"
|
||||||
compatibility_date = "2022-10-18"
|
compatibility_date = "2022-10-18"
|
||||||
minify = true
|
minify = false
|
||||||
|
|
||||||
r2_buckets = [
|
r2_buckets = [
|
||||||
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
|
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
|
||||||
|
|||||||
Reference in New Issue
Block a user