more abstraction and simple dashboard for processes
All checks were successful
Build Process Supervisor / build (amd64, .exe, windows) (push) Successful in 2m24s
Build Process Supervisor / build (amd64, , linux) (push) Successful in 2m36s
Build Process Supervisor / build (arm, 6, , linux) (push) Successful in 2m19s
Build Process Supervisor / build (arm64, , linux) (push) Successful in 2m14s

This commit is contained in:
Adrian Zürcher
2025-08-06 13:57:34 +02:00
parent e188813adf
commit 9f262c4a55
17 changed files with 428 additions and 564 deletions

View File

@@ -1,11 +1,20 @@
{
"processes":[{
"name":"Database DBM",
"description":"data description",
"executePath":"dist/test-windows-amd64.exe",
"workingDirectory":".",
"startDelay":1000,
"priority":0,
"arguments":["-sleep 5"]
},
{
"name":"Pau",
"description":"my lovely wife",
"executePath":"explorer.exe",
"workingDirectory":".",
"startDelay":1000,
"priority":2
}
]
}