diff options
Diffstat (limited to 'packages/core/src/utils/paths.ts')
| -rw-r--r-- | packages/core/src/utils/paths.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/utils/paths.ts b/packages/core/src/utils/paths.ts index 28ca5cbc..16adbee4 100644 --- a/packages/core/src/utils/paths.ts +++ b/packages/core/src/utils/paths.ts @@ -9,6 +9,7 @@ import os from 'os'; import * as crypto from 'crypto'; export const GEMINI_DIR = '.gemini'; +export const GOOGLE_ACCOUNTS_FILENAME = 'google_accounts.json'; const TMP_DIR_NAME = 'tmp'; /** |
