mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +00:00
merge deep config
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user