Record npx path for deployment runtime

This commit is contained in:
wuyang6
2026-05-11 17:27:40 +08:00
parent 4964548fd1
commit dba827b9b0
3 changed files with 12 additions and 4 deletions
+5 -1
View File
@@ -594,9 +594,13 @@ CLAW_BACKEND_PORT
CLAW_FRONTEND_HOST
CLAW_FRONTEND_PORT
CLAW_API_URL
CLAW_NPM_BIN
CLAW_NPX_BIN
CLAW_NODE_BIN
CLAW_NODE_BIN_DIR
```
该文件包含敏感信息,只保存在部署机器本地,权限设置为 `600`,并已被 `.gitignore` 忽略。
其中 Node.js 相关路径会在部署时自动记录,供 systemd 后端/前端服务以及飞书 MCP 等 Node 生态能力使用。该文件包含敏感信息,只保存在部署机器本地,权限设置为 `600`,并已被 `.gitignore` 忽略。
### 日常更新