mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
import { defineWorkspace } from 'vitest/config';
|
|
|
|
export default defineWorkspace([
|
|
'.',
|
|
'./packages/frontend/apps/electron',
|
|
'./blocksuite/**/*/vitest.config.ts',
|
|
]);
|