We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dce346 commit effb575Copy full SHA for effb575
index.ts
@@ -447,6 +447,10 @@ async function init() {
447
448
// Vitest should be the last one to render.
449
if (needsVitest) {
450
+ if (packageManager === 'pnpm') {
451
+ render('vitest-pnpm')
452
+ }
453
+
454
if (needsTypeScript) {
455
render('vitest-typescript')
456
} else {
template/vitest-pnpm/pnpm-workspace.yaml
@@ -0,0 +1,2 @@
1
+onlyBuiltDependencies:
2
+ - esbuild
0 commit comments