summary refs log tree commit diff
path: root/src/plugins/PluginIndex.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 12:22:26 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commit6d17f44f9b16fb78abf8a5689b63c88550b9b1a8 (patch)
tree898248e60883dceac343c93e6b4348ce5d5394bd /src/plugins/PluginIndex.ts
parentGit workflow - partial list of Ubuntu dependencies (diff)
downloadserver-6d17f44f9b16fb78abf8a5689b63c88550b9b1a8.tar.xz
Plugins finally load!
Diffstat (limited to 'src/plugins/PluginIndex.ts')
-rw-r--r--src/plugins/PluginIndex.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/PluginIndex.ts b/src/plugins/PluginIndex.ts
new file mode 100644

index 00000000..502161a1 --- /dev/null +++ b/src/plugins/PluginIndex.ts
@@ -0,0 +1,6 @@ +import { Plugin } from "util/plugin"; +import * as example_plugin from "./example-plugin/TestPlugin"; + +export const PluginIndex: any = { + "example-plugin": new example_plugin.default(), +}; \ No newline at end of file