initial commit

This commit is contained in:
2025-12-17 19:40:40 -06:00
commit c3abc377bf
33 changed files with 2068 additions and 0 deletions

5
eslint.config.js Normal file
View File

@@ -0,0 +1,5 @@
// @ts-check
import { tanstackConfig } from '@tanstack/eslint-config'
export default [...tanstackConfig]