diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:45:02 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:45:02 +0200 |
commit | 9fa4c607fc5056dc2b2cc0be9b425872ec91e292 (patch) | |
tree | 3ab5077ad34654b9ae5bdfc018ae0b4e7cc6f70e /cdn/src/util | |
parent | :bug: fix build (diff) | |
download | server-9fa4c607fc5056dc2b2cc0be9b425872ec91e292.tar.xz |
:art: fix imports with new build script
Diffstat (limited to 'cdn/src/util')
-rw-r--r-- | cdn/src/util/index.ts | 3 |
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"; |