chore: define test workspaces

This commit is contained in:
Carlos Valente
2024-11-28 18:49:43 +01:00
committed by Carlos Valente
parent 272f788c15
commit 35f4472daa
6 changed files with 201 additions and 278 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineWorkspace } from 'vitest/config';
export default defineWorkspace([
'./apps/client/vite.config.js',
'./apps/server/vite.config.ts',
'./packages/utils/vite.config.ts',
]);