UNPKG

@cocalc/static

Version:

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

13 lines (10 loc) 316 B
/* * 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/embed"; import { startedUp } from "./webapp-error"; init(); startedUp();