mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-24 08:29:14 +00:00
chore: define test workspaces
This commit is contained in:
committed by
Carlos Valente
parent
272f788c15
commit
35f4472daa
@@ -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',
|
||||
]);
|
||||
Reference in New Issue
Block a user