@bull-board/nestjs
Version:
A NestJS module for Bull-Board dashboard.
8 lines (7 loc) • 405 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BULL_BOARD_INSTANCE = exports.BULL_BOARD_ADAPTER = exports.BULL_BOARD_QUEUES = exports.BULL_BOARD_OPTIONS = void 0;
exports.BULL_BOARD_OPTIONS = 'bull_board_options';
exports.BULL_BOARD_QUEUES = 'bull_board_queues';
exports.BULL_BOARD_ADAPTER = 'bull_board_adapter';
exports.BULL_BOARD_INSTANCE = 'bull_board_instance';
;