Update .gitignore, fix import path in next-env.d.ts, adjust tsconfig paths, and add authentication setup guide

This commit is contained in:
pacnpal
2025-11-09 16:38:23 -05:00
parent eb68cf40c6
commit bfde0fedfa
5 changed files with 503 additions and 3 deletions

5
.gitignore vendored
View File

@@ -80,3 +80,8 @@ htmlcov/
# OS files
.DS_Store
Thumbs.db
.next/
.out/
.build/