diff options
| author | Olcan <[email protected]> | 2025-05-01 09:16:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-01 09:16:33 -0700 |
| commit | a18eea8c23dfb6759472d6b0bb80e13c2d6ef736 (patch) | |
| tree | 371f0021db3c3fc92f2965b9c01f275611cedd13 /packages/cli/src | |
| parent | b27aae26c886024af99b9a52455487f928372f98 (diff) | |
remove start_sandbox.sh script (#238)
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/utils/sandbox.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cli/src/utils/sandbox.ts b/packages/cli/src/utils/sandbox.ts index 77f42e4d..08ebf6ec 100644 --- a/packages/cli/src/utils/sandbox.ts +++ b/packages/cli/src/utils/sandbox.ts @@ -49,7 +49,6 @@ function parseImageName(image: string): string { return tag ? `${name}-${tag}` : name; } -// node.js equivalent of scripts/start_sandbox.sh export async function start_sandbox(sandbox: string) { // determine full path for gemini-code to distinguish linked vs installed setting const gcPath = execSync(`realpath $(which gemini-code)`).toString().trim(); |
