update deps

This commit is contained in:
dswbx
2025-10-31 21:33:11 +01:00
parent 5417aa174e
commit a91ddb1ec3
5 changed files with 741 additions and 501 deletions

View File

@@ -5,7 +5,7 @@ import path from "node:path";
export default defineConfig({
plugins: [tsconfigPaths()],
test: {
projects: ["**/*.vitest.config.ts"],
projects: ["**/*.vitest.config.ts", "**/*/vitest.config.ts"],
include: ["**/*.vi-test.ts", "**/*.vitest.ts"],
},
});