diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 16:51:24 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 16:51:24 +1100 |
commit | 518fc966c9156f27124c595d8b371394b8f9b4a3 (patch) | |
tree | 40d087bc8439f9d647fcae82a88ae7dc23107aea /src/util/index.ts | |
parent | Make ConfigValue a directory, move defaults to those classes instead of a sep... (diff) | |
download | server-518fc966c9156f27124c595d8b371394b8f9b4a3.tar.xz |
Add additional config
Diffstat (limited to '')
-rw-r--r-- | src/util/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/index.ts b/src/util/index.ts index 3773c275..7b4dc936 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -6,3 +6,4 @@ export * from "./entities/index"; export * from "./dtos/index"; export * from "./schemas"; export * from "./imports"; +export * from "./config" \ No newline at end of file |