simplified things

This commit is contained in:
Boki 2025-06-22 21:13:19 -04:00
parent cdc2f44e86
commit 5c269453f2
8 changed files with 4 additions and 869 deletions

View file

@ -10,5 +10,5 @@
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "test"],
"references": [{ "path": "../config" }, { "path": "../logger" }]
"references": [{ "path": "../config" }, { "path": "../logger" }, { "path": "../../services/queue" }]
}