fix: exclude prisma/rag-worker dirs from build due to rootDir constraint
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-24 11:54:48 +08:00
parent 2b72d94a24
commit 2c530ef73a

View File

@ -3,5 +3,5 @@
"compilerOptions": { "compilerOptions": {
"rootDir": "src" "rootDir": "src"
}, },
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"] "exclude": ["node_modules", "test", "dist", "prisma", "rag-worker", "**/*spec.ts"]
} }