Valentin

Results 11 comments of Valentin

Having the same issue, we used [pnpm overrides in package.json](https://pnpm.io/package_json#pnpmoverrides) to make `vitest-preview` use `vite` version from package.json this way: ```json { "pnpm": { "overrides": { "vitest-preview>vite": "$vite" } }...