fix(workspaces): correct extension structure and portable script paths

This commit is contained in:
mkorwel
2026-03-19 15:32:55 -07:00
parent c9cc49f62f
commit 400a0020e2
3 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import readline from 'readline';
import { ProviderFactory } from './providers/ProviderFactory.ts';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const REPO_ROOT = path.resolve(__dirname, '../../../..');
const REPO_ROOT = process.cwd();
/**
* Loads and parses a local .env file from the repository root and the home directory.