From 7059ebdebfa085ef6b1800a3590cb509bae97fa6 Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 7 Jun 2026 21:11:06 +0200 Subject: [PATCH] docs(nix): refresh the stale dashboard output-layout comment in frontend.nix --- nix/frontend.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nix/frontend.nix b/nix/frontend.nix index 897b48b2..9740b27f 100644 --- a/nix/frontend.nix +++ b/nix/frontend.nix @@ -13,10 +13,12 @@ # Output layout (`$out`) — two subdirectories, one per surface, that # the Rust binaries serve via `tower_http::ServeDir`: # -# $out/dashboard/ the hive-c0re dashboard SPA assets -# index.html flow.html favicon.svg -# static/{tabs,flow,stream-worker}.js{,.map} -# static/dashboard.css +# $out/dashboard/ the hive-c0re dashboard assets (full layout in +# frontend/packages/dashboard/build.mjs): +# index.html (H0M3 hub, served at /) dashboard.html (operator SPA, +# served at /dashboard.html) flow.html logs.html favicon.svg +# static/{home,tabs,flow,logs,stream-worker}.js{,.map} +# static/{common,home,dashboard,flow,logs,theme}.css # $out/agent/ the per-agent default UI (layered with # hyperhive.frontend.extraFiles at activation time) # index.html stats.html screen.html