fix(infra): PostgreSQL → MySQL + tsconfig.build exclude frontend/

This commit is contained in:
2026-03-17 07:20:14 +01:00
parent 49b8aa1211
commit b506adf034
6 changed files with 128 additions and 6 deletions

View File

@@ -17,5 +17,6 @@
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
}
},
"exclude": ["node_modules", "dist", "frontend", "archive"]
}