fix(control-ui): serve dashboard at root

This commit is contained in:
Peter Steinberger
2025-12-19 05:11:08 +00:00
parent 00fc731d64
commit c498348a34
7 changed files with 14 additions and 15 deletions

View File

@@ -8,7 +8,8 @@ read_when:
The Control UI is a small **Vite + Lit** single-page app served by the Gateway under:
- `http://<host>:18789/ui/`
- `http://<host>:18789/` (preferred)
- `http://<host>:18789/ui/` (legacy alias)
It speaks **directly to the Gateway WebSocket** on the same port.
@@ -48,4 +49,3 @@ pnpm ui:dev
```
Then point the UI at your Gateway WS URL (e.g. `ws://127.0.0.1:18789`).