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

@@ -12,6 +12,7 @@ const eslintConfig = defineConfig([
"out/**",
"build/**",
".test-output/**",
"convex/_generated/**",
"next-env.d.ts",
]),
]);