chore: initial commit

I just realized i was using this without commiting it, so this is a very big commit
This commit is contained in:
2025-08-31 19:43:26 -06:00
commit 88be319334
19 changed files with 1301 additions and 0 deletions

7
.husky/install.ts Normal file
View File

@@ -0,0 +1,7 @@
if (process.env.NODE_ENV === 'production' || process.env.CI === 'true') {
process.exit(0)
}
import husky from 'husky'
console.log('husky install', husky())