Add legacy-compatible in-game information pages

This commit is contained in:
2026-07-26 04:04:01 +00:00
parent b27c529a3d
commit 2017da001b
13 changed files with 1637 additions and 572 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const repositoryRoot = resolve(dirname(fileURLToPath(import.meta.url)), '../../.
export default defineConfig({
testDir: '.',
testMatch: 'troop.spec.ts',
testMatch: ['troop.spec.ts', 'inGameInfo.spec.ts'],
fullyParallel: false,
workers: 1,
timeout: 30_000,