@cocalc/static
Version:
CoCalc's static frontend Webpack-based build system and framework
13 lines • 478 B
JavaScript
;
/*
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
*/
Object.defineProperty(exports, "__esModule", { value: true });
require("./webapp-globals");
require("./webapp-libraries");
const embed_1 = require("@cocalc/frontend/embed");
const webapp_error_1 = require("./webapp-error");
(0, embed_1.init)();
(0, webapp_error_1.startedUp)();
//# sourceMappingURL=webapp-embed.js.map