mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ['server', 'web', 'mcp'],
|
|
},
|
|
});
|