diff options
| author | Leo <[email protected]> | 2025-06-19 19:50:34 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-19 11:50:34 -0700 |
| commit | 0ebac0b8964c5ccc76962fed6a31465065a6798d (patch) | |
| tree | d42789a16ddae5c0d3bf7267999061946b4a6170 /packages/cli/package.json | |
| parent | 43203926b842d4c36158ba247826cef7ec1d1968 (diff) | |
add sandboxImageName in package.json (#1219)
Diffstat (limited to 'packages/cli/package.json')
| -rw-r--r-- | packages/cli/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json index 6caa312f..c6eab170 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -26,7 +26,8 @@ "dist" ], "config": { - "sandboxImageUri": "gemini-cli-sandbox" + "sandboxImageUri": "gemini-cli-sandbox", + "sandboximageName": "gemini-cli-sandbox" }, "dependencies": { "@gemini-cli/core": "file:../core", |
