UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

19 lines 513 B
"use strict"; /** * Finds the DMV Configurations directory * @packageDocumentation * * @version 0.0.0-alpha.0 * @date 2020-04-21 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com> * @license SPDX-License-Identifier: MIT */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CONF_DIR = void 0; const fs_1 = require("fs"); /** * The Configurations directory */ exports.CONF_DIR = fs_1.realpathSync('config'); exports.default = exports.CONF_DIR; //# sourceMappingURL=conf_dir.js.map