merge deep config

This commit is contained in:
Dax Raad
2025-06-10 16:18:54 -04:00
parent 3ac6381350
commit e054d5ecca
2 changed files with 6 additions and 14 deletions
+2
View File
@@ -52,6 +52,8 @@ export namespace AuthAnthropic {
await fs.chmod(file.name!, 0o600)
}
export const exists = file.exists
export async function access() {
if (!(await file.exists())) return
const result = await file.json()