@cocalc/server
Version:
CoCalc server functionality: functions used by either the hub and the next.js server
8 lines • 343 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const connect_1 = __importDefault(require("./connect"));
exports.default = connect_1.default;
//# sourceMappingURL=index.js.map