wip league admin tools

This commit is contained in:
2025-12-28 12:04:12 +01:00
parent 5dc8c2399c
commit 6edf12fda8
401 changed files with 15365 additions and 6047 deletions

View File

@@ -10,7 +10,7 @@
"test": "vitest run --config vitest.api.config.ts --root ../..",
"test:coverage": "vitest run --config vitest.api.config.ts --root ../.. --coverage",
"test:watch": "vitest --config vitest.api.config.ts --root ../..",
"generate:openapi": "GENERATE_OPENAPI=true ts-node src/main.ts --exit"
"generate:openapi": "cd ../.. && npm run api:generate-spec"
},
"keywords": [],
"author": "",