UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

14 lines 521 B
"use strict"; /** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ Object.defineProperty(exports, "__esModule", { value: true }); exports.config = void 0; const tslib_1 = require("tslib"); const dotenv = tslib_1.__importStar(require("dotenv")); const serverConfigSchema_1 = require("./serverConfigSchema"); dotenv.config(); exports.config = serverConfigSchema_1.FumeConfigSchema.parse(process.env); exports.default = exports.config; //# sourceMappingURL=serverConfig.js.map