Add hierarchical region data to candidate and center records

This commit is contained in:
2026-07-20 11:50:51 +08:00 Unverified
parent 352f471ed0
commit c5446d5241
21 changed files with 387 additions and 64 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"start": "node server.mjs",
"test": "node tests/system.test.mjs"
"test": "node tests/system.test.mjs",
"reset-db": "node scripts/reset-dev-database.mjs"
},
"dependencies": {
"exceljs": "^4.4.0",