@cocalc/project
Version:
CoCalc: project daemon
14 lines • 567 B
JavaScript
;
/*
* This file is part of CoCalc: Copyright © 2022 Sagemath, Inc.
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.start_ts = exports.session_id = void 0;
// static values for monitoring and project information
const misc_1 = require("@cocalc/util/misc");
// uniquely identify this instance of the local hub
exports.session_id = (0, misc_1.uuid)();
// record when this instance started
exports.start_ts = Date.now();
//# sourceMappingURL=consts.js.map