summary refs log tree commit diff
path: root/cdn/src/util/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:45:02 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:45:02 +0200
commit41a193dff0911da78fe080f610478ecabeb6184a (patch)
tree758769629b934b1ba30b97965f30ef70d60e3139 /cdn/src/util/index.ts
parent:bug: fix build (diff)
downloadserver-41a193dff0911da78fe080f610478ecabeb6184a.tar.xz
:art: fix imports with new build script
Diffstat (limited to 'cdn/src/util/index.ts')
-rw-r--r--cdn/src/util/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cdn/src/util/index.ts b/cdn/src/util/index.ts
new file mode 100644

index 00000000..07a5c31a --- /dev/null +++ b/cdn/src/util/index.ts
@@ -0,0 +1,3 @@ +export * from "./FileStorage"; +export * from "./multer"; +export * from "./Storage";