control-freak-ide/server/nodejs/dist/web/_build/interfaces/Application.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

12 lines
483 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const koa = require("koa");
exports.Application = koa;
const rpcApp = require("../rpc/JSON-RPC-2");
exports.RpcApp = rpcApp;
var EPersistence;
(function (EPersistence) {
EPersistence[EPersistence["MEMORY"] = 'memory'] = "MEMORY";
EPersistence[EPersistence["MONGO"] = 'mongo'] = "MONGO";
})(EPersistence = exports.EPersistence || (exports.EPersistence = {}));
//# sourceMappingURL=Application.js.map