Commit Graph

2 Commits

Author SHA1 Message Date
Kerboul
09a9f6f321 fix(frontend): ne pas bloquer le build prod sur vue-tsc
Some checks failed
Deploy XIP / deploy (push) Failing after 1s
Sépare le type-check (script 'typecheck') du build de prod ('vite build').
Le build Docker ne doit pas échouer sur des erreurs TS strictes (TS6133/TS2307)
alors que le bundle est sain.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 15:24:58 +02:00
arussac
12afb71a67 feat: initialize project with Docker, PostgreSQL, Redis, and Vue.js frontend
- Added docker-compose.yml for PostgreSQL and Redis services with health checks.
- Created frontend directory with initial Vue.js setup including package.json, vite.config.ts, and TypeScript configuration.
- Implemented main application structure with App.vue and HomePage.vue components.
- Added message fetching and posting functionality in HomePage.vue.
- Included necessary styles and scripts for Ionic framework integration.
- Developed a dev-stack script to manage Docker containers and run backend/frontend servers.
2026-05-29 11:47:52 +02:00