UNPKG

@zambelz/zhc

Version:
12 lines 682 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCRIPTS_PATH = exports.PROFILES_PATH = exports.ROOT_PATH = void 0; const node_path_1 = __importDefault(require("node:path")); const node_os_1 = __importDefault(require("node:os")); exports.ROOT_PATH = node_path_1.default.join(node_os_1.default.homedir(), ".zhc"); exports.PROFILES_PATH = node_path_1.default.join(exports.ROOT_PATH, "profiles"); exports.SCRIPTS_PATH = node_path_1.default.join(exports.ROOT_PATH, "scripts"); //# sourceMappingURL=global.js.map