fix: aggregate national fleet by province

This commit is contained in:
lingniu
2026-08-03 21:23:54 +08:00
parent 53506afbde
commit 72dae44a31
3 changed files with 117 additions and 14 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"start": "python3 server.py",
"dev": "VEHICLE_MAP_PORT=20800 python3 server.py",
"test": "python3 -m unittest discover -s tests -v"
"test": "python3 -m unittest discover -s tests -v && node tests/test_app.mjs"
},
"keywords": ["lingniu", "hydrogen", "map", "cockpit"],
"author": "Antigravity",