diff options
Diffstat (limited to 'cli/src/config.ts')
| -rw-r--r-- | cli/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/config.ts b/cli/src/config.ts index a4c68a4..e82d92a 100644 --- a/cli/src/config.ts +++ b/cli/src/config.ts @@ -24,6 +24,7 @@ export type Config = { fileId: string } mappings: AccountMapping[] + anthropicApiKey?: string } export function loadConfig(): Config { |
