Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { defineWorkspace } from 'vitest/config';
export default defineWorkspace([
'packages/**/vite.config.{js,ts,mjs,mts}',
'packages/**/vitest.config.{js,ts,mjs,mts}',
]);