feat: wire convex data foundations

This commit is contained in:
2026-06-04 10:30:05 +02:00
parent df7a955736
commit 011e35cb17
62 changed files with 6335 additions and 14 deletions

View File

@@ -11,5 +11,5 @@
"types": ["node"],
"verbatimModuleSyntax": false
},
"include": ["lib/**/*.ts", "tests/**/*.test.ts"]
"include": ["convex/domain.ts", "lib/**/*.ts", "tests/**/*.test.ts"]
}