Merge branch 'main' into feat/auth-setup

This commit is contained in:
Harsh Vardhan Pandey
2025-06-09 16:47:19 +05:30
committed by GitHub
20 changed files with 1398 additions and 65 deletions

View File

@@ -38,6 +38,7 @@
"@/web/*": ["./*"],
"@/public/*": ["./public/*"],
"@repo/*": ["../../packages/*"]
"@/hooks/*": ["./hooks/*"]
}
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],