summary refs log tree commit diff
path: root/src/util/index.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2022-12-22 10:47:32 -0500
committerPuyodead1 <puyodead@proton.me>2023-03-18 19:15:40 -0400
commit6a52e65e27d514273a4210dadafbee9692f23354 (patch)
treec2eb70b2b7c4be1a482392ca8982459885e1865c /src/util/index.ts
parentadd connections (diff)
downloadserver-6a52e65e27d514273a4210dadafbee9692f23354.tar.xz
adding connection now works
Diffstat (limited to 'src/util/index.ts')
-rw-r--r--src/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/index.ts b/src/util/index.ts

index a3495a0c..cb180ee8 100644 --- a/src/util/index.ts +++ b/src/util/index.ts
@@ -25,3 +25,4 @@ export * from "./dtos/index"; export * from "./schemas"; export * from "./imports"; export * from "./config"; +export * from "./connections" \ No newline at end of file