feat: add secure troop management

This commit is contained in:
2026-07-25 08:44:44 +00:00
parent 790f4915ab
commit ae4cc31a16
25 changed files with 2232 additions and 48 deletions
+1
View File
@@ -7,6 +7,7 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test:e2e:troop": "playwright test --config e2e/playwright.config.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "node -e \"console.log('test not configured')\"",