mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-16 20:24:50 +00:00
fix: point start.sh to relative path (#209)
This commit is contained in:
parent
051ab58c50
commit
df44ffbcff
2 changed files with 3 additions and 4 deletions
|
|
@ -26,8 +26,8 @@ else
|
|||
# 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
|
||||
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
|
||||
CLI_VERSION='development' DEV=true npm run start --workspace=@gemini-code/cli -- "$@"
|
||||
CLI_VERSION='development' DEV=true node ./packages/cli "$@"
|
||||
fi
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue