| 1 | import { createBullBoard } from '@bull-board/api'; |
| 2 | import { BullMQAdapter } from '@bull-board/api/bullMQAdapter'; |
| 3 | import { ExpressAdapter } from '@bull-board/express'; |
| 4 | import { Queue } from 'bullmq'; |
nothing calls this directly
no test coverage detected