Refactor authentication system to consolidate auth flow and remove provider-based commands

🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
Dax Raad
2025-06-11 00:21:46 -04:00
parent a26c53875c
commit d3197c6d15
12 changed files with 312 additions and 239 deletions
-1
View File
@@ -28,7 +28,6 @@ export namespace Log {
writer.flush()
return true
}
Default.info("initialized", { file: logpath })
}
async function cleanup(dir: string) {