@tymber/admin
v0.1.0
Published
Admin module for the Tymber framework
Maintainers
Readme
The admin module.
Table of contents
Installation
npm i @tymber/adminUsage
import { AdminModule } from "@tymber/admin";
const app = await App.create({
components: [db],
modules: [AdminModule],
});