fix(demo): build client plugin bundles before serving dsh web
demo:web and the README Web UI instructions ran only build:web (the Vite frontend shell), never the root build that emits each web-client plugin's lib/client.js. On a clean checkout every /plugins/<id>/client.js 404s and the client loader shows "Failed to load plugins". Run pnpm run build before build:web in both the demo:web script and the README instructions for the installed ~/.dsh/source checkout.
This commit is contained in:
@@ -25,7 +25,7 @@ The installer clones DeepSeek Harness to `~/.dsh/source`, links `dsh` into `~/.l
|
||||
For the recommended local interface, build the frontend after installation and after each update, then start the Web UI:
|
||||
|
||||
```sh
|
||||
pnpm --dir ~/.dsh/source run build:web
|
||||
pnpm --dir ~/.dsh/source run build && pnpm --dir ~/.dsh/source run build:web
|
||||
dsh web
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user