UNPKG

dotenv-mono

Version:

This package permit to have a centralized dotenv on a monorepo. It also includes some extra features such as manipulation and saving of changes to the dotenv file, a default centralized file, and a file loader with ordering and priorities.

8 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); const node_cli_1 = require("./node-cli"); (function () { (0, node_cli_1.runNodeCli)(index_1.load); })(); //# sourceMappingURL=load.js.map