mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 15:34:29 -07:00
fix: revert pointing npm start to .bin (#144)
This commit is contained in:
+2
-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 node --inspect-brk node_modules/.bin/gemini-code "$@"
|
CLI_VERSION='development' DEV=true node --inspect-brk node_modules/@gemini-code/cli "$@"
|
||||||
else
|
else
|
||||||
CLI_VERSION='development' DEV=true node node_modules/.bin/gemini-code "$@"
|
CLI_VERSION='development' DEV=true node node_modules/@gemini-code/cli "$@"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user