summary refs log tree commit diff
path: root/util/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 18:59:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 18:59:54 +0200
commit0272056c5cc2d4b88d1eda08a93359e9e31e3c28 (patch)
treeb8ad82ec45c6963c9500d36819dfe1849f36cb48 /util/src/index.ts
parent:bug: fix bundle debug (diff)
parentMerge pull request #377 from TheArcaneBrony/request-logging (diff)
downloadserver-0272056c5cc2d4b88d1eda08a93359e9e31e3c28.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to '')
-rw-r--r--util/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/index.ts b/util/src/index.ts

index f3bd9e9b..fc00d46b 100644 --- a/util/src/index.ts +++ b/util/src/index.ts
@@ -4,6 +4,7 @@ import "reflect-metadata"; 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";