fix(workspaces): add missing os import in setup.ts

This commit is contained in:
mkorwel
2026-03-18 12:20:19 -07:00
parent e23cbdc258
commit c6915fbfc1

View File

@@ -1,6 +1,7 @@
import { spawnSync } from 'child_process';
import path from 'path';
import fs from 'fs';
import os from 'os';
import { fileURLToPath } from 'url';
import readline from 'readline';
import { ProviderFactory } from './providers/ProviderFactory.ts';