d0cd6989ad
The Docker build was repeatedly failing on `@/*` path-alias resolution in tsc, even though local builds (and the same script in the same Node 22 container) succeeded. Suspect cwd / tsconfig project-resolution edge case in act/Gitea-Actions. Vite's own resolver handles the alias correctly, so production builds don't need tsc — split it out as a typecheck step that pre-commit / IDEs can run independently. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>