mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
9e23766b51
Add npm overrides to force esbuild@^0.28.0, resolving the conflict between vite@5.x (which installs 0.21.5) and vitest@4.x's internal vite@8.x (which requires ^0.27.0 || ^0.28.0). Without this, npm ci fails on a clean install.