Files
sase.tr/apps/web/tsconfig.json
semih 8b26a2c4e6
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
fix(build): exclude __tests__ + .test.{ts,tsx} from prod tsc
Production build was failing because tsc compiled src/**/__tests__/*.test.tsx files
which reference vitest globals (test/expect/beforeEach) and react-router-dom — neither
imported nor in production deps. Resulted in 8 TS errors at `pnpm build` step inside
Coolify's Docker stage, blocking dev.sase.tr deploys since 2026-05-11 09:12.

Tests still run via vitest (its include pattern is unchanged).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 14:42:19 +00:00

595 B