initial-commit

This commit is contained in:
nicwands
2026-03-24 13:52:38 -04:00
commit a94aea110a
14 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globals: true,
testTimeout: 30000,
},
})