diff options
| author | Jaana Dogan <[email protected]> | 2025-04-21 13:06:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 13:06:46 -0700 |
| commit | d4614619b4ab2183004ad2b2e140cdf6960908e7 (patch) | |
| tree | c6df76316b700d6e53bfa599cf1596a84ce399e7 /packages/cli/src | |
| parent | baf39042c8631d53dfac4e57148404749cde14b3 (diff) | |
Remove dead comments (#90)
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/config/config.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/cli/src/config/config.ts b/packages/cli/src/config/config.ts index 81117dab..a93c3445 100644 --- a/packages/cli/src/config/config.ts +++ b/packages/cli/src/config/config.ts @@ -7,7 +7,6 @@ import yargs from 'yargs/yargs'; import { hideBin } from 'yargs/helpers'; import process from 'node:process'; -// Import server config logic import { Config, loadEnvironment, @@ -75,6 +74,3 @@ export function loadCliConfig(): Config { // TODO: load passthroughCommands from .env file ); } - -// The globalConfig export is problematic, CLI entry point (gemini.ts) should call loadCliConfig -// export const globalConfig = loadCliConfig(); // Remove or replace global export |
