UNPKG

@cocalc/static

Version:

CoCalc's static frontend Webpack-based build system and framework

13 lines 497 B
"use strict"; /* * 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 entry_point_1 = require("@cocalc/frontend/entry-point"); const webapp_error_1 = require("./webapp-error"); (0, entry_point_1.init)(); (0, webapp_error_1.startedUp)(); //# sourceMappingURL=webapp-cocalc.js.map