This commit is contained in:
peter
2019-08-18 05:01:32 +02:00
parent e71555af1a
commit b33f900806
6 changed files with 132 additions and 20 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { parseSubResponse, parseResponse } from "frontblock-generic/Types";
import PluginManager from "./PluginManager/PluginManager";
var bsock = require('bsock')
/**
@@ -78,7 +77,7 @@ export class FrontblockConfigLib{
window['fb'] = new FrontblockConfigLib()
declare const fb:{PluginManager:PluginManager}
declare const fb:{PluginManager:any}
window['setup'] = async() => {
await Promise.all([
fb.PluginManager.installPlugin("ApiClient"),