fix(web): clean dashboard console errors

This commit is contained in:
2026-05-21 22:30:38 +00:00
parent b1a0ce684a
commit befd0efdc0
11 changed files with 57 additions and 22 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Cloudly",
"short_name": "Cloudly",
"description": "Cloudly infrastructure management dashboard",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}