Fixed
- API Crash on Startup (Docker) — Fixed
TypeError: Cannot read properties of undefined (reading 'graph')that prevented the API from starting in v2.8.1 Docker builds. The root cause was a Prisma client version mismatch:tsupbundled the 7.3.0-generated config while@prisma/client7.4.0 runtime expected the newerparameterizationSchema.graphfield. The Dockerfile now runsprisma generatebefore the build step so the bundled config always matches the installed runtime. (#105)
CI Improvements
- Made
pnpm auditnon-blocking (continue-on-error: true) to prevent npm registry outages from failing builds - Fixed Turbo cache path from
.turbotonode_modules/.cache/turbofor proper CI caching
Full Changelog: v2.8.1...v2.8.2