Initialize authenticated webapp

This commit is contained in:
Matiss
2026-05-04 22:39:04 +01:00
parent 4a6177b891
commit d3ae3516c5
27 changed files with 2376 additions and 102 deletions

View File

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