initial-commit

This commit is contained in:
nicwands
2026-02-27 17:08:23 -05:00
commit 904d3ac8f0
8 changed files with 2093 additions and 0 deletions

7
vitest.config.js Normal file
View File

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