()
| 56 | ] as const |
| 57 | |
| 58 | export function getConfigDir(): string { |
| 59 | return process.env.MATTERAI_CONFIG_DIR || path.join(os.homedir(), ".orbcode") |
| 60 | } |
| 61 | |
| 62 | function getConfigPath(): string { |
| 63 | return path.join(getConfigDir(), "config.json") |
no outgoing calls
no test coverage detected