mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
📦 Release qwen-code CLI as a Standalone Bundled Package (#866)
This commit is contained in:
@@ -148,7 +148,7 @@ export class TestRig {
|
||||
_interactiveOutput = '';
|
||||
|
||||
constructor() {
|
||||
this.bundlePath = join(__dirname, '..', 'bundle/gemini.js');
|
||||
this.bundlePath = join(__dirname, '..', 'dist/cli.js');
|
||||
this.testDir = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user