fix(auth): add singleton pattern to restoreSession and unify config fetch

This commit is contained in:
Supra4E8C
2025-12-15 17:47:32 +08:00
parent 4d898b3e20
commit 8bcd172c5a
2 changed files with 45 additions and 24 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(npm run lint:*)",
"Bash(npx tsc:*)",
"Bash(npm run build)",
"Bash(npm run type-check:*)",
"Bash(find:*)"
],
"deny": [],
"ask": []
}
}