Add configurable area asset budgets

This commit is contained in:
2026-08-04 12:28:43 +08:00
parent f78080bbfa
commit 463cb06be4
18 changed files with 443 additions and 42 deletions

View File

@@ -11,7 +11,8 @@
"compress:glb": "node scripts/compress-glb.js",
"diagnose:area": "node scripts/diagnose-area.js",
"preflight:area": "node scripts/preflight-area.js",
"test:preflight": "node scripts/test-area-preflight.js"
"test:preflight": "node scripts/test-area-preflight.js",
"test:budgets": "node scripts/test-asset-budgets.js"
},
"dependencies": {
"osm2streets-js-node": "0.1.4"