feat(web): add dashboard SPA routing

This commit is contained in:
2026-05-21 16:16:00 +00:00
parent 50bcbe0f45
commit d0b15ab51b
6 changed files with 297 additions and 19 deletions
+3
View File
@@ -3,6 +3,9 @@ import * as plugins from './plugins.js';
import { html } from '@design.estate/dees-element';
import './elements/index.js';
import { appRouter } from './router.js';
appRouter.init();
plugins.deesElement.render(html`
<cloudly-dashboard></cloudly-dashboard>