feat(map): add cache-first Cesium gateway and AMD egress

This commit is contained in:
Codex
2026-07-16 02:23:56 +03:00
parent 59e9c92415
commit 7b55d887bc
31 changed files with 4956 additions and 167 deletions
+4
View File
@@ -6,6 +6,10 @@
"scripts": {
"start": "node src/server.mjs",
"dev": "node --watch src/server.mjs",
"test:credential-boundary": "node scripts/smoke-no-browser-credentials.mjs",
"test:admin-token-boundary": "node scripts/smoke-admin-boundary.mjs",
"test:live-cache-fallback": "node scripts/smoke-live-cache-fallback.mjs",
"test:streaming-cache-fill": "node scripts/smoke-streaming-cache-fill.mjs",
"audit:engine-cache": "node scripts/audit-engine-cache.mjs",
"import:engine-cache": "node scripts/import-engine-cache.mjs"
},