From 34ca1a8a6c1b195c45f13ebd3b29064a9623af6f Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 11 Aug 2022 23:11:48 +0200 Subject: Make ConfigValue a directory, move defaults to those classes instead of a separate object --- util/src/config/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 util/src/config/index.ts (limited to 'util/src/config/index.ts') 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"; -- cgit 1.5.1