cleanup: remove managed source installer

This commit is contained in:
Turtle
2026-08-10 15:20:52 +08:00
parent fea054a1bd
commit 34abf69730
42 changed files with 138 additions and 975 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ pnpm run build
Web 开发通常在完成一次构建后启动源码 Host,并在另一个终端运行 Client plugin watcher:
```sh
pnpm run dsh -- web --dev
pnpm run dsh web --dev
pnpm run dev:web
```