chore: initial environment setup

This commit is contained in:
2026-02-24 11:38:36 -06:00
commit b340b1790f
18 changed files with 1214 additions and 0 deletions

1
commitlint.config.mjs Normal file
View File

@@ -0,0 +1 @@
export default { extends: ['@commitlint/config-conventional'] }