mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat(sandbox): use package config to dictate sandbox image name (#624)
This commit is contained in:
parent
9f85f8ed29
commit
31a7affb74
5 changed files with 32 additions and 22 deletions
|
|
@ -25,6 +25,9 @@
|
|||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"config": {
|
||||
"sandboxImageUri": "gemini-cli-sandbox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gemini-code/server": "0.1.0",
|
||||
"diff": "^7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue