chore(vitest): configured

This commit is contained in:
Neko Ayaka
2025-01-10 16:02:12 +08:00
parent e0bae0bbf4
commit 5311cc680c
+5
View File
@@ -0,0 +1,5 @@
import { defineWorkspace } from 'vitest/config'
export default defineWorkspace([
'packages/*',
])