heartbeat-monitor/.next/app-build-manifest.json
OpenClaw Bot b24d3516d5 Final redesign: Exact Vercel/Linear-style layout with shadcn components
- Fixed 280px sidebar with glassmorphism
- Full-width max-w-7xl main content (no single column)
- 4 KPI cards in grid-cols-2 md:grid-cols-4 layout
- 3-column service grid (grid-cols-1 md:grid-cols-2 lg:grid-cols-3)
- shadcn Card, Badge, Progress, Button components
- Sparklines using recharts
- Hover scale + shadow effects
- No tables, no single-column stacking
2026-02-18 17:52:37 -06:00

20 lines
459 B
JSON

{
"pages": {
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/api/monitor/route": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/api/monitor/route.js"
]
}
}