refactor: cleanup references to sandbox prototype (#208)

This commit is contained in:
Brandon Keiji
2025-04-29 02:11:07 +00:00
committed by GitHub
parent 0d849bf58e
commit 051ab58c50
2 changed files with 1 additions and 54 deletions

View File

@@ -5,8 +5,7 @@
"type": "module",
"main": "dist/index.js",
"bin": {
"gemini-code": "dist/index.js",
"gemini-code-sandbox": "bin/sandbox.sh"
"gemini-code": "dist/index.js"
},
"image": "us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-cli",
"scripts": {