cleanup: remove managed source installer

This commit is contained in:
Turtle
2026-08-11 11:22:08 +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 development normally starts the source Host after one complete build and runs the Client plugin watcher in another terminal:
```sh
pnpm run dsh -- web --dev
pnpm run dsh web --dev
pnpm run dev:web
```