@bull-board/elysia
Version:
A Elysia server adapter for Bull-Board dashboard.
29 lines (20 loc) • 1.21 kB
Markdown
# <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/elysia
[Elysia](https://elysiajs.com/) server adapter for `bull-board`.
<p align="center">
<a href="https://www.npmjs.com/package/@bull-board/elysia">
<img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/elysia">
</a>
<a href="https://www.npmjs.com/package/bull-board">
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board">
</a>
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE">
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board">
</a>
<p>


# Usage examples
1. [Simple Elysia setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-elysia)
# Compatibility
If using with `@elysiajs/node`, make sure you're using node v22 or higher.
For more info visit the main [README](https://github.com/felixmosh/bull-board#readme)