UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

25 lines 751 B
"use strict"; /** * Finds and loads the PIP Configuration * @packageDocumentation * * @version 0.0.0-alpha.0 * @date 2020-04-15 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com> * @license SPDX-License-Identifier: MIT */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PIP_CONF = void 0; /** * The current configuration directory */ const current_conf_dir_1 = __importDefault(require("../current_conf_dir")); /** * The PIP configuration */ exports.PIP_CONF = require(`${current_conf_dir_1.default}/pip`); exports.default = exports.PIP_CONF; //# sourceMappingURL=pip.js.map