feat: update .gitignore, auth configuration, and add GitHub API client

This commit is contained in:
2026-02-12 21:14:23 +08:00
parent d808f8b59b
commit 55414d0693
8 changed files with 40 additions and 4 deletions

View File

@@ -10,6 +10,9 @@
"paths": {
"@/*": [
"src/*"
],
"@/convex/*": [
"convex/*"
]
},
},