UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

6 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dotenv_1 = require("dotenv"); if (process.env.NODE_ENV !== ' production') dotenv_1.config({ path: './.env.dev' }); //# sourceMappingURL=env.js.map