webui: serve the Console first screen from the control board (#1507)

This commit is contained in:
2026-09-12 19:37:35 -05:00
parent 7c8e530add
commit ea00ec66d9
29 changed files with 1639 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "@mosaic/webui",
"version": "0.1.0",
"private": true,
"description": "Console WebUI for the existing local control board.",
"license": "UNLICENSED",
"type": "module",
"engines": { "node": ">=24" },
"scripts": {
"test": "node --test tests/",
"start": "node src/cli.mjs serve"
}
}