refactor: modernize vitest projects config

This commit is contained in:
Peter Steinberger
2026-04-03 17:18:53 +01:00
parent 9dba944c42
commit 2b900b576c
12 changed files with 320 additions and 324 deletions

View File

@@ -23,7 +23,7 @@ export function buildVitestArgs(args) {
"vitest",
...(watchMode ? [] : ["run"]),
"--config",
"vitest.projects.config.ts",
"vitest.config.ts",
...forwardedArgs,
];
}