summary refs log tree commit diff
path: root/src/plugins/PluginIndex.ts
diff options
context:
space:
mode:
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