Implemented shutdown through UI and implemented router check

This commit is contained in:
2025-11-28 10:23:57 +01:00
parent 368f60d7b6
commit b2c5d08ff4
29 changed files with 639 additions and 71 deletions

View File

@@ -5,6 +5,10 @@ exports.DefaultConfiguration = {
webServer: {
port: 6300,
},
router: {
ip: '',
waitForStartup: true,
},
unity: {
executable: {
path: '',