Migrate manager and wrapper to shared message types

This commit is contained in:
2026-07-20 19:10:39 +02:00
parent cdbed5e000
commit 5c56208c8b
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export class ProcessManager {
startServer(data:any){
startServer(data: ServerStartCommand){