summary refs log tree commit diff
path: root/util/src/config/index.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-11 23:11:48 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 21:57:51 +0200
commit34ca1a8a6c1b195c45f13ebd3b29064a9623af6f (patch)
tree26314ecd6bf95d5f8783744340e30fa0cdfc2811 /util/src/config/index.ts
parentMake fosscord read config from json if CONFIG_PATH is set (diff)
downloadserver-34ca1a8a6c1b195c45f13ebd3b29064a9623af6f.tar.xz
Make ConfigValue a directory, move defaults to those classes instead of a separate object
Diffstat (limited to '')
-rw-r--r--util/src/config/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/config/index.ts b/util/src/config/index.ts
new file mode 100644

index 00000000..0a9b58ae --- /dev/null +++ b/util/src/config/index.ts
@@ -0,0 +1,2 @@ +export * from "./Config"; +export * from "./types/index";