diff options
| author | Evan Senter <[email protected]> | 2025-04-18 18:29:27 +0100 |
|---|---|---|
| committer | Evan Senter <[email protected]> | 2025-04-18 18:36:33 +0100 |
| commit | dbf4c3a37c55b8e14c9fefd1f839d3555072e17b (patch) | |
| tree | 8ae6e7136eaec78573cd86fb982e4a725079bfe7 /packages/cli/src/config/globalConfig.ts | |
| parent | f330a87e50fb6e8e4f1949851f8f6b6cf53d7776 (diff) | |
Revert "Including a test harness for it, and making sure the cursor is always at the end."
This reverts commit 97db77997fd6369031d2f1cf750051999fb0b5b5.
Diffstat (limited to 'packages/cli/src/config/globalConfig.ts')
| -rw-r--r-- | packages/cli/src/config/globalConfig.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/config/globalConfig.ts b/packages/cli/src/config/globalConfig.ts index 89705ed6..2b6ad518 100644 --- a/packages/cli/src/config/globalConfig.ts +++ b/packages/cli/src/config/globalConfig.ts @@ -47,4 +47,4 @@ export function getConfig(): GlobalConfig { */ export function getModel(): string { return getConfig().model; -} +}
\ No newline at end of file |
