summary refs log tree commit diff
path: root/src/plugins
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-18 22:17:36 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commitc0c939fb800488fe7bc5cab38079e35dea232652 (patch)
treeb003eb76a2c67e5c61489a2fa9a61a1092e5d816 /src/plugins
parentAdd fallback to bcryptjs, make canvas optional (diff)
downloadserver-ts-c0c939fb800488fe7bc5cab38079e35dea232652.tar.xz
Add mostly-functional initial setup script
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/PluginIndex.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/PluginIndex.ts b/src/plugins/PluginIndex.ts

index 502161a1..2688d0bf 100644 --- a/src/plugins/PluginIndex.ts +++ b/src/plugins/PluginIndex.ts
@@ -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(), -}; \ No newline at end of file + "example-plugin": new example_plugin.default() +};