adminjs-elysia
v0.1.4
Published
Unofficial AdminJS plugin which integrates it with Elysia
Downloads
36
Maintainers
Readme
adminjs-elysia
Installation
To install dependencies:
bun install adminjs-elysia
Usage
see examples for usage.
To use the example with drizzle you need to install the adminjs-drizzle package and then build it as it is not yet published to npm.
cd node_modules/adminjs-drizzle && bun run build && cd ..