- 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
22 lines
501 B
JavaScript
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",
|
|
|
|
]; |