mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-13 14:12:41 +01:00
13 lines
339 B
TypeScript
13 lines
339 B
TypeScript
import "reflect-metadata";
|
|
|
|
// export * as Constants from "../util/Constants";
|
|
export * from "./util/index";
|
|
export * from "./interfaces/index";
|
|
export * from "./entities/index";
|
|
export * from "./dtos/index";
|
|
|
|
// import Config from "../util/Config";
|
|
// import db, { MongooseCache, toObject } from "./util/Database";
|
|
|
|
// export { Config };
|