mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(workspaces): add missing os import in setup.ts
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { spawnSync } from 'child_process';
|
import { spawnSync } from 'child_process';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
|
import os from 'os';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
import readline from 'readline';
|
import readline from 'readline';
|
||||||
import { ProviderFactory } from './providers/ProviderFactory.ts';
|
import { ProviderFactory } from './providers/ProviderFactory.ts';
|
||||||
|
|||||||
Reference in New Issue
Block a user