From 41a193dff0911da78fe080f610478ecabeb6184a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 9 Oct 2021 01:45:02 +0200 Subject: :art: fix imports with new build script --- cdn/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cdn/src/index.ts') diff --git a/cdn/src/index.ts b/cdn/src/index.ts index 7513bd2f..a24300d6 100644 --- a/cdn/src/index.ts +++ b/cdn/src/index.ts @@ -1 +1,4 @@ export * from "./Server"; +export * from "./util/FileStorage"; +export * from "./util/Storage"; +export * from "./util/multer"; -- cgit 1.5.1