chore: fix CI issues

This commit is contained in:
Ralph Khreish
2025-05-26 07:40:57 -04:00
parent 6f27399df8
commit 2b9bb8b94f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import {
getBaseUrlForRole,
isApiKeySet
} from './config-manager.js';
import { log, findProjectRoot } from './utils.js';
import { log, findProjectRoot, resolveEnvVariable } from './utils.js';
import * as anthropic from '../../src/ai-providers/anthropic.js';
import * as perplexity from '../../src/ai-providers/perplexity.js';