vestige/apps/dashboard/build/index.html
Sam Valladares 85fcaedcef fix: resolve CI failures — clippy lint + lockfile sync
- unwrap_or_else → unwrap_or for constant IpAddr (Rust 1.93 clippy)
- Update pnpm-lock.yaml with vitest/playwright dev deps
- Rebuild dashboard build/ artifacts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 14:20:37 -06:00

52 lines
2.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#050510" />
<meta name="description" content="Vestige — Cognitive Memory Dashboard. 3D visualization of your AI's long-term memory." />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Vestige" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<link href="/dashboard/_app/immutable/entry/start.B2d_kw0s.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DunNqS1N.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C9Z4nxhR.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DnKV7_Y9.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CkyfbJUz.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.Cznegg3r.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DP9qWekZ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DPfxVJHQ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C2oj68pw.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CY4crMrT.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CR6HhlME.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Do8TgQ-j.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DWr9YED7.js" rel="modulepreload">
<title>Vestige</title>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_1bqbquz = {
base: "/dashboard",
assets: "/dashboard"
};
const element = document.currentScript.parentElement;
Promise.all([
import("/dashboard/_app/immutable/entry/start.B2d_kw0s.js"),
import("/dashboard/_app/immutable/entry/app.Cznegg3r.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>