sys status start

This commit is contained in:
dmc
2024-01-12 18:33:31 +01:00
parent 38d066ae50
commit 8be7b869ce
4 changed files with 102 additions and 14 deletions

View File

@@ -3,13 +3,14 @@
"main": "pulse.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"overpass": "github:RedHatOfficial/Overpass#71f18db"
"bare-path": "^2.1.0",
"overpass": "github:RedHatOfficial/Overpass#71f18db"
}
}
}