From 87d6a6778c6d502df511b639375fa219ac8713c6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 13 Aug 2022 08:54:50 +0200 Subject: Update plugin loading, update example plugin, add ci task for testing if builds work --- src/util/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/index.ts') diff --git a/src/util/index.ts b/src/util/index.ts index b26ed278..0cf30a71 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -7,3 +7,5 @@ export * from "./interfaces/index"; export * from "./schemas"; export * from "./util/index"; export * from "./util/MFA"; +export * from "./schemas"; +export * from "./plugin"; \ No newline at end of file -- cgit 1.5.1