client online state

This commit is contained in:
manuel.sowada
2026-05-12 07:57:32 +02:00
parent b34f912857
commit 0a28a3e493
17 changed files with 1210 additions and 788 deletions

View File

@@ -14,6 +14,7 @@ module.exports = {
localPath,
cache: {
startMenuItems: [],
clientsOnline: []
},
runtimeFile: {
package: new HotReload(path.join(localPath.root, 'package.json')),