4 Commits

Author SHA1 Message Date
ordinarthur
1ae040cdd3 feat: add backend API (Hono/Bun) for metadata proxying + fullstack K8s deploy
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 2m26s
2026-04-13 11:24:40 +02:00
ordinarthur
3a719c5aea fix: remove tsc -b from Dockerfile, let Vite handle TS compilation
Some checks failed
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
44deb66cb7 fix: copy .npmrc before npm ci in Dockerfile
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 20s
2026-04-12 11:55:11 +02:00
ordinarthur
503e658f03 feat: We Talk — podcast communautaire PWA
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 16s
2026-04-12 11:45:29 +02:00