feat(web): add runnable fleet console foundation

This commit is contained in:
chick
2026-07-17 16:02:15 +08:00
parent b4ae28c8f0
commit 4093634e13
16 changed files with 2730 additions and 7 deletions
+18
View File
@@ -1 +1,19 @@
export {
AppShell,
resolveRoute,
type AppShellProps,
type InstanceContext,
type InstanceModule,
type ResolvedRoute,
type RouteKind,
} from './app-shell.js';
export {
FleetPage,
canonicalHttpOrigin,
type FleetDataSource,
type FleetPageProps,
type FleetSnapshot,
} from './fleet/fleet-page.js';
export * from './fleet/fleet-table-view-model.js';
export const webWorkspaceReady = true;