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
+10
View File
@@ -0,0 +1,10 @@
{
"name": "dc-amd-proxy",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"test:connection-pool": "node scripts/smoke-connection-pool.mjs"
}
}