55ce7085d0
Override the types array in tsconfig.build.json to prevent vitest and testing-library type definitions from being required during production builds. These are devDependencies only needed for test compilation. Fixes CI E2E workflow failure: TS2688 "Cannot find type definition file"
Frontend (Vite + React)
Development
cd frontend
npm install
npm run dev
Production build
cd frontend
npm run build