Add mostly-functional initial setup script

This commit is contained in:
TheArcaneBrony
2022-08-18 22:17:36 +02:00
committed by Rory&
parent b58ea7039c
commit ad33d4917f

View File

@@ -1,6 +1,5 @@
import { Plugin } from "util/plugin";
import * as example_plugin from "./example-plugin/TestPlugin";
export const PluginIndex: any = {
"example-plugin": new example_plugin.default(),
};
"example-plugin": new example_plugin.default()
};