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:
Hitonabi
2026-07-02 21:24:35 +02:00
parent 02fac7f55f
commit 18f36f52ce
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 }
}