Create config.js

This commit is contained in:
ZyLacx 2021-12-27 17:15:15 +01:00
parent 5a892188b1
commit f8014e3ee0

11
node_modules/dotenv/config.js generated vendored Normal file
View file

@ -0,0 +1,11 @@
/* @flow */
(function () {
require('./lib/main').config(
Object.assign(
{},
require('./lib/env-options'),
require('./lib/cli-options')(process.argv)
)
)
})()