From f8014e3ee0e9aa35ac4b95e85adb1a9963a9991d Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Mon, 27 Dec 2021 17:15:15 +0100 Subject: [PATCH] Create config.js --- node_modules/dotenv/config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 node_modules/dotenv/config.js diff --git a/node_modules/dotenv/config.js b/node_modules/dotenv/config.js new file mode 100644 index 0000000..c7e6447 --- /dev/null +++ b/node_modules/dotenv/config.js @@ -0,0 +1,11 @@ +/* @flow */ + +(function () { + require('./lib/main').config( + Object.assign( + {}, + require('./lib/env-options'), + require('./lib/cli-options')(process.argv) + ) + ) +})()