ordinarthur
3a719c5aea
fix: remove tsc -b from Dockerfile, let Vite handle TS compilation
...
Build & Deploy / build-and-deploy (push) Failing after 14s
Vite uses esbuild for TypeScript and resolves the @/ path alias via
vite.config.ts. Standalone tsc cannot resolve @/ without baseUrl/paths
which are deprecated in TS7. Dropping tsc from the build is the clean fix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:03:25 +02:00
ordinarthur
8107dab15e
fix: remove deprecated baseUrl/paths from tsconfig (TS7 compat)
Build & Deploy / build-and-deploy (push) Failing after 12s
2026-04-12 11:56:23 +02:00
ordinarthur
44deb66cb7
fix: copy .npmrc before npm ci in Dockerfile
Build & Deploy / build-and-deploy (push) Failing after 20s
2026-04-12 11:55:11 +02:00
ordinarthur
c154075193
fix: add .npmrc for legacy-peer-deps in Docker build
Build & Deploy / build-and-deploy (push) Failing after 10s
2026-04-12 11:53:41 +02:00
ordinarthur
503e658f03
feat: We Talk — podcast communautaire PWA
Build & Deploy / build-and-deploy (push) Failing after 16s
2026-04-12 11:45:29 +02:00