B9-Merge fertig: api.ts-Typ (unit) + frontend/dist gebaut
tsc bestaetigte exakt die vom Werkstatt-Gate angekuendigte Luecke (4x TS2339 unit) -> ServicesResp.services um unit ergaenzt, Build gruen. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -280,7 +280,7 @@ export interface SystemStatus {
|
||||
}
|
||||
|
||||
export interface ServicesResp {
|
||||
services: { name: string; url: string; ok: boolean }[]
|
||||
services: { name: string; unit: string; url: string; ok: boolean }[]
|
||||
links: { engine_ui: string; gateway: string; hermes_terminal: string }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user