This commit is contained in:
peter
2019-08-03 22:40:15 +02:00
parent 3c0db6dca9
commit 6601b4bf2f
14 changed files with 188 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import * as Logger from 'log4js'
import { Plugin, socketioRPC, ConfigLoader } from 'frontblock-generic/Plugin';
import { ErrorResponse, SuccessResponse } from 'frontblock-generic/Types';
import { PluginManagerPlugin } from './PluginManager/Plugin'
import { default as PluginManagerPlugin } from './PluginManager/Plugin'
import express = require('express');
import http = require('http');
import bsock = require('bsock');