chore: fix CI issues
This commit is contained in:
@@ -21,7 +21,7 @@ import {
|
|||||||
getBaseUrlForRole,
|
getBaseUrlForRole,
|
||||||
isApiKeySet
|
isApiKeySet
|
||||||
} from './config-manager.js';
|
} 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 anthropic from '../../src/ai-providers/anthropic.js';
|
||||||
import * as perplexity from '../../src/ai-providers/perplexity.js';
|
import * as perplexity from '../../src/ai-providers/perplexity.js';
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import fs from 'fs';
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
import chalk from 'chalk';
|
import chalk from 'chalk';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
import { log, findProjectRoot } from './utils.js';
|
import { log, findProjectRoot, resolveEnvVariable } from './utils.js';
|
||||||
|
|
||||||
// Calculate __dirname in ESM
|
// Calculate __dirname in ESM
|
||||||
const __filename = fileURLToPath(import.meta.url);
|
const __filename = fileURLToPath(import.meta.url);
|
||||||
|
|||||||
Reference in New Issue
Block a user