felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 343 forks source link

fix(README): use proper path to bullMQAdapter file #765

Closed jtomaszewski closed 4 weeks ago

jtomaszewski commented 4 weeks ago

I've just installed bull board by following the README example, and somehow building the project was failing to me with following message:


src/main/worker.module.ts:19:31 - error TS2307: Cannot find module '@bull-board/api/bullMQadapter' or its corresponding type declarations.

19 import { BullMQAdapter } from '@bull-board/api/bullMQadapter';
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

After a bit of inspecting I've found out that import path (that I've took from the README example) is incorrect.

felixmosh commented 4 weeks ago

Thank you 🙏🏽