Repository URL to install this package:
|
Version:
1.3.2 ▾
|
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
const di_1 = require("@skava/di");
require("./SIDE_EFFECT_GLOBAL_VERSIONS");
if (di_1.config.has('bootstrap')) {
const bootstrap = di_1.config.get('bootstrap');
bootstrap();
}
__export(require("./apolloClient"));
__export(require("./renderApp"));
//# sourceMappingURL=index.js.map