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
+2 -1
View File
@@ -2,6 +2,7 @@ import * as amqp from "amqplib";
import { ProcessManager } from "./processManager";
import os from "os";
import { QueryManager } from "./queryManager";
import { WrapperStatusMessage } from "server-manager-shared";
@@ -93,7 +94,7 @@ export class StatusReporter {
const status = {
const status: WrapperStatusMessage = {
type: