Skip to content

Commit c80106e

Browse files
author
shashankiifetech
committed
update
1 parent 1a5761a commit c80106e

File tree

3 files changed

+228
-3
lines changed

3 files changed

+228
-3
lines changed

api/api.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import basicAuth from 'express-basic-auth';
1414
import { submitSchema } from '../shared/validate.js';
1515
import { asyncWrap } from './asyncWrap.js';
1616

17-
import { ExpressAdapter } from 'bull-board/express';
18-
import { BullMQAdapter } from 'bull-board/bullMQAdapter';
19-
import { createBullBoard } from 'bull-board';
17+
import { createBullBoard } from '@bull-board/api';
18+
import { BullMQAdapter } from '@bull-board/api/bullMQAdapter.js';
19+
import { ExpressAdapter } from '@bull-board/express';
2020

2121
/* ------------------------------------------------------------------ */
2222
/* Redis & job queue */

package-lock.json

Lines changed: 223 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"start": "node server.js"
88
},
99
"dependencies": {
10+
"@bull-board/api": "^6.11.0",
11+
"@bull-board/express": "^6.11.0",
1012
"bullmq": "^5.56.1",
1113
"cors": "^2.8.5",
1214
"dotenv": "^17.0.1",

0 commit comments

Comments
 (0)