Elysia
Elysia on Bun. @bull-board/elysia is an Elysia plugin.
Install
Tip
Top-level await in the example. Wrap the body in async function main() { ... }; main() if your runtime doesn't support it.
ElysiaAdapter takes { prefix, basePath } in the constructor instead of setBasePath(). prefix is the plugin's mount path inside Elysia, basePath is the full path the UI calls (including any outer Elysia prefix).
Full runnable example
- Simple setup:
examples/with-elysia
Next steps
- UIConfig: title, logo, locale, polling.
- Read-only mode: disable destructive actions.
- Visibility guard: scope visible queues per request.
- Formatters: rewrite job fields for the UI.