mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-01 12:02:05 +00:00
fix(docker): include apps/shared in dashboard image build
The shared websocket package is a web file: dependency but was excluded by .dockerignore and never copied into the Docker build context. Also fix tsc -b errors: expose buildWsUrl on api and drop the GatewayClient state getter that conflicted with the shared base class.
This commit is contained in:
parent
216ace4bf3
commit
e9b95dfd19
4 changed files with 10 additions and 5 deletions
|
|
@ -315,6 +315,7 @@ function appendProfileParam(url: string, profile?: string): string {
|
|||
}
|
||||
|
||||
export const api = {
|
||||
buildWsUrl,
|
||||
getStatus: () => fetchJSON<StatusResponse>("/api/status"),
|
||||
/**
|
||||
* Identity probe for the dashboard auth gate (Phase 7).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue