feat(FN-1228): add Node Dashboard UI with mesh topology and routes tests

This commit is contained in:
gsxdsm
2026-04-09 12:34:03 -07:00
parent ced3ad3be6
commit 07e193b0a0
11 changed files with 806 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix tsup bundle runtime issues by preserving node: prefix in imports and injecting require shim. The CLI bundle now runs directly with `node dist/bin.js --help` without requiring Docker-specific shims or post-build patches for node:sqlite imports or ESM require() helpers.

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": minor
---
Add Node Dashboard UI with mesh topology visualization, node cards with system metrics, and connect/disconnect functionality. Includes new API endpoints for mesh state and node management.