@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
25 lines • 765 B
JavaScript
;
/**
* Finds and loads the Heads 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.HEADS_CONF = void 0;
/**
* The current configuration directory
*/
const current_conf_dir_1 = __importDefault(require("../current_conf_dir"));
/**
* The Heads configuration
*/
exports.HEADS_CONF = require(`${current_conf_dir_1.default}/heads`);
exports.default = exports.HEADS_CONF;
//# sourceMappingURL=heads.js.map