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