0.1.4 • Published 11 months ago
adminjs-elysia v0.1.4
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 ..