make server & router reusable outside asynqmon package

This commit is contained in:
ajatprabha
2021-09-18 17:55:59 +05:30
parent 87e1d670d8
commit 5fbbc0a3e8
33 changed files with 567 additions and 275 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Asynq Monitoring",
"short_name": "Asynqmon",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}