merge deep config

This commit is contained in:
Dax Raad
2025-06-10 16:18:54 -04:00
parent 772e1851c0
commit 6248c1e720
2 changed files with 6 additions and 14 deletions

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()