mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
node ./scripts/check-build-status.js
|
|
node --inspect-brk node_modules/@gemini-code/cli |