mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
add sandboxImageName in package.json (#1219)
This commit is contained in:
@@ -91,7 +91,7 @@ export async function loadSandboxConfig(
|
||||
const image =
|
||||
argv['sandbox-image'] ??
|
||||
process.env.GEMINI_SANDBOX_IMAGE ??
|
||||
packageJson?.config?.sandboxImageUri;
|
||||
packageJson?.config?.sandboximageName;
|
||||
|
||||
return command && image ? { command, image } : undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user