项目文件夹

文件
wehub-resource-sync 3a28426bf4
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
Lint and Format Check / lint-and-format (push) Failing after 0s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

8 行
171 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
projects: ['./vitest.unit.config.ts', './vitest.component.config.ts'],
},
});