mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 04:55:42 +00:00
Add fallback to bcryptjs, make canvas optional
This commit is contained in:
@@ -1,5 +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()
|
||||
};
|
||||
"example-plugin": new example_plugin.default(),
|
||||
};
|
||||
Reference in New Issue
Block a user