docs(update):更新Arabica Sprint1 README文件

Signed-off-by: gzkoala <guohao@gitconomy.org>
This commit is contained in:
gzkoala
2026-03-11 13:37:10 +08:00
parent 8253826118
commit 436f1b690f

View File

@@ -97,7 +97,7 @@ Sprint1 采用纯本地 `stdio` 架构,推荐使用 VS Code 配合客户端进
- **名称**: `ProjectCaffeine-Sprint1`
- **Command**: `node`
- **Args**: `[--inspect=9230", /你的实际克隆路径/Project-Caffeine/projects/arabica/sprint1/dist/app.js]` _(⚠️ 必须为编译后的 js 文件绝对路径,且 `--inspect` 需放在首位以开启调试)_
- **Args**: `[--inspect=9229", /你的实际克隆路径/Project-Caffeine/projects/arabica/sprint1/dist/app.js]` _(⚠️ 必须为编译后的 js 文件绝对路径,且 `--inspect` 需放在首位以开启调试)_
或者通过导入json
@@ -112,7 +112,7 @@ Sprint1 采用纯本地 `stdio` 架构,推荐使用 VS Code 配合客户端进
"baseUrl": "",
"command": "node",
"args": [
"--inspect=9230",
"--inspect=9229",
"/home/wguo/Downloads/Project-Caffeine/projects/arabica/sprint2/dist/app.js"
],
"env": {}