@cocalc/static
Version:
CoCalc's static frontend Webpack-based build system and framework
13 lines (10 loc) • 322 B
JavaScript
/*
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
*/
import "./webapp-globals";
import "./webapp-libraries";
import { init } from "@cocalc/frontend/entry-point";
import { startedUp } from "./webapp-error";
init();
startedUp();