Fix wrapper message handling in manager

This commit is contained in:
2026-07-20 19:04:19 +02:00
parent 860f1ea80d
commit cdbed5e000
7 changed files with 858 additions and 464 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^2.0.1"
"amqplib": "^2.0.1",
"server-manager-shared": "file:../shared"
},
"devDependencies": {
"@types/amqplib": "^0.10.8",