feat: refactor command imports, enhance status service with logging and notification features, and update entity definitions

This commit is contained in:
2025-10-31 10:02:44 +01:00
parent 03769b14fa
commit 6b10aaa009
9 changed files with 165 additions and 109 deletions

View File

@@ -25,7 +25,8 @@
"emitDecoratorMetadata": true,
"removeComments": false,
"preserveConstEnums": true,
"strictPropertyInitialization": false
"strictPropertyInitialization": false,
"noUnusedLocals": true
},
"include": [
"src/**/*"