chore: initial commit

This commit is contained in:
2026-03-04 13:21:16 -06:00
commit 449d8f96c7
17 changed files with 1086 additions and 0 deletions

5
commitlint.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import type { UserConfig } from '@commitlint/types'
export default {
extends: ['@commitlint/config-conventional']
} satisfies UserConfig