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

@@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
import chalk from 'chalk';
import { fileURLToPath } from 'url';
import { log, findProjectRoot } from './utils.js';
import { log, findProjectRoot, resolveEnvVariable } from './utils.js';
// Calculate __dirname in ESM
const __filename = fileURLToPath(import.meta.url);