docs(nix): refresh the stale dashboard output-layout comment in frontend.nix
This commit is contained in:
parent
36e5e19d8e
commit
7059ebdebf
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue