UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

21 lines 704 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ const docker_compose_1 = require("docker-compose"); const path_1 = tslib_1.__importDefault(require("path")); async function teardown() { console.log('stopping FHIR server (Using docker compose V2)...'); await docker_compose_1.v2.stop({ cwd: path_1.default.join(__dirname), config: 'docker-compose.yml', log: true }); console.log('closing server'); globalThis.fumeServer.shutDown(); } exports.default = teardown; //# sourceMappingURL=teardown.js.map