heartbeat-monitor/.next/server/middleware-build-manifest.js
OpenClaw Bot bc82bc818a Complete redesign: Linear + Vercel style dashboard with sidebar navigation
- Collapsible glassmorphism sidebar with navigation items
- Top navbar with global status banner, search, actions, avatar
- 4 KPI metric cards with sparkline charts using recharts
- Bento-grid style service cards with hover actions
- Full Framer Motion animations throughout
- Dark theme with emerald/cyan accents
- Responsive layout (1-3 columns)
- Add monitor modal with animations
2026-02-18 17:37:59 -06:00

22 lines
501 B
JavaScript

self.__BUILD_MANIFEST = {
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"rootMainFilesTree": {},
"pages": {
"/_app": []
},
"ampFirstPages": []
};
self.__BUILD_MANIFEST.lowPriorityFiles = [
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js",
];