initial-commit

This commit is contained in:
nicwands
2026-03-25 12:25:11 -04:00
commit df571f6b3b
10 changed files with 2131 additions and 0 deletions

8
vitest.config.js Normal file
View File

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