Database, eventbus, pluginloader fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { getLogger } from 'frontblock-generic/Types';
|
||||
import { promises as fs, mkdirSync } from "fs"
|
||||
import { RPCServer } from 'rpclibrary/js/src/Backend'
|
||||
import { RPCServer } from 'rpclibrary'
|
||||
import { AdminConf, TableDefiniton } from './Types';
|
||||
import { RPCConfigLoader } from './RPCConfigLoader';
|
||||
import { RPCPluginLoader } from './PluginLoader';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { RPCExporter } from "rpclibrary/js/src/Interfaces";
|
||||
import { SubscriptionResponse, ErrorResponse, SuccessResponse } from "rpclibrary/js/src/Types";
|
||||
import { RPCExporter, SubscriptionResponse, ErrorResponse, SuccessResponse } from "rpclibrary";
|
||||
import { FrontworkAdmin } from "./Admin";
|
||||
import { TableDefinitionExporter } from "./Interfaces";
|
||||
import { getLogger } from 'frontblock-generic/Types';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Plugin } from "frontblock-generic/Plugin"
|
||||
import { Plugin } from "./Plugin"
|
||||
import { getLogger } from "frontblock-generic/Types"
|
||||
import { FrontworkAdmin } from "./Admin";
|
||||
var exec = require('child-process-promise').exec;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { FrontworkAdmin } from "./Admin"
|
||||
import { RPC } from "rpclibrary/js/src/Types"
|
||||
import { RPC, RPCExporter } from "rpclibrary"
|
||||
import { TableDefiniton } from "./Types"
|
||||
import { RPCExporter } from "rpclibrary/js/src/Interfaces"
|
||||
import { TableDefinitionExporter } from "./Interfaces"
|
||||
import { ConfigExporter } from "loadson"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { RPCExporter } from "rpclibrary/js/src/Interfaces";
|
||||
import { RPCExporter } from "rpclibrary";
|
||||
import { Git } from "upgiter"
|
||||
import { FolderStatus } from "upgiter/js/src/Types";
|
||||
import { Plugin } from "./Plugin";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ConfigLoader } from 'loadson'
|
||||
import { RPCExporter } from 'rpclibrary/js/src/Interfaces'
|
||||
import { RPCExporter } from 'rpclibrary'
|
||||
|
||||
export type ConfigLoaderIfc<ConfT> = {
|
||||
Config : {
|
||||
|
||||
Reference in New Issue
Block a user