@acadix/setup
Version:
Acadix Learning Management System backend application project setup
7 lines (6 loc) • 384 B
TypeScript
export { DB, DBModel, DBOp, DBOptional, DbTypes } from "./db.config";
export { AppConfig, ExpressApp, ExpressRouter, Next, Req, Res, } from "./app.config";
export { default as ConsulConfig } from "./consul.config";
export { default as Redis } from "./redis.config";
export { default as Mail } from "./mail.config";
export { default as WhatsappConfig } from "./whatsapp.config";