Restore legacy NPC policy frontend

This commit is contained in:
2026-07-26 05:18:04 +00:00
parent 1cba5bdfbf
commit b82924b55f
6 changed files with 1168 additions and 693 deletions
+1
View File
@@ -9,6 +9,7 @@
"preview": "vite preview",
"test:e2e:troop": "playwright test troop.spec.ts --config e2e/playwright.config.mjs",
"test:e2e:nation-offices": "playwright test nationOffices.spec.ts --config e2e/playwright.config.mjs",
"test:e2e:npc-policy": "playwright test npcPolicy.spec.ts --config e2e/playwright.config.mjs",
"test:e2e:board": "playwright test board.spec.ts --config e2e/playwright.config.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",