mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-20 06:18:05 +00:00
chore: chat-vault - remove vendored monitor source
This commit is contained in:
@@ -55,7 +55,7 @@ chat-vault/
|
||||
├── libs/
|
||||
│ ├── common/ # 共享库(预留)
|
||||
│ ├── database/ # 数据库工具(预留)
|
||||
│ └── external/ # 外部依赖镜像
|
||||
│ └── external/ # 外部依赖入口(不提交整份第三方源码)
|
||||
├── monitoring/
|
||||
│ ├── grafana/ # Grafana 配置
|
||||
│ ├── prometheus/ # Prometheus 配置(预留)
|
||||
@@ -70,6 +70,8 @@ chat-vault/
|
||||
└── LICENSE
|
||||
```
|
||||
|
||||
外部监控工具(例如 btop)按需通过系统包管理器、官方仓库或 Git submodule 引入,不在本仓库内直接提交完整源码镜像。
|
||||
|
||||
## 常用命令
|
||||
|
||||
在 `services/chat-vault/` 目录下执行:
|
||||
|
||||
Reference in New Issue
Block a user