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. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| tests | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.js | ||
| vitest.config.ts | ||