mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: point start.sh to relative path (#209)
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -6860,8 +6860,7 @@
|
|||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"gemini-code": "dist/index.js",
|
"gemini-code": "dist/index.js"
|
||||||
"gemini-code-sandbox": "bin/sandbox.sh"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/diff": "^7.0.2",
|
"@types/diff": "^7.0.2",
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ else
|
|||||||
# DEV=true to enable React Dev Tools (https://github.com/vadimdemedes/ink?tab=readme-ov-file#using-react-devtools)
|
# DEV=true to enable React Dev Tools (https://github.com/vadimdemedes/ink?tab=readme-ov-file#using-react-devtools)
|
||||||
# CLI_VERSION to display in the app ui footer
|
# CLI_VERSION to display in the app ui footer
|
||||||
if [ -n "${DEBUG:-}" ]; then
|
if [ -n "${DEBUG:-}" ]; then
|
||||||
CLI_VERSION='development' DEV=true npm run debug --workspace=@gemini-code/cli -- "$@"
|
CLI_VERSION='development' DEV=true node --inspect-brk ./packages/cli "$@"
|
||||||
else
|
else
|
||||||
CLI_VERSION='development' DEV=true npm run start --workspace=@gemini-code/cli -- "$@"
|
CLI_VERSION='development' DEV=true node ./packages/cli "$@"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user