重构 seed 为 WC2026 72 场小组赛与 48 强优胜盘;新增 production 模式仅保留 admin 与赛事示例;提供 prod-init-db 全量重置脚本;管理端 i18n 分包与赛事归档能力。 Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": false,
|
|
"tsConfigPath": "tsconfig.build.json",
|
|
"assets": [
|
|
{
|
|
"include": "infrastructure/database/seed-data/**/*.json",
|
|
"outDir": "dist"
|
|
}
|
|
]
|
|
}
|
|
}
|