1/* 2 * This file is part of CoCalc: Copyright © 2021 Sagemath, Inc. 3 * License: MS-RSL – see LICENSE.md for details 4 */ 5 6const getConfig = require("./dist-ts/src/rspack.config").default; 7 8module.exports = getConfig(); 9 10