mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
* feat: add nestjs replacement, remove nestjs * fix: format issues * fix: dependency issues * fix: dependency issues * fix: format issue * fix: wrong channel used for logging channel
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
import { client } from "./queues";
|
|
|
|
export const queueClient = client;
|