Create config.js
This commit is contained in:
parent
5a892188b1
commit
f8014e3ee0
1 changed files with 11 additions and 0 deletions
11
node_modules/dotenv/config.js
generated
vendored
Normal file
11
node_modules/dotenv/config.js
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* @flow */
|
||||||
|
|
||||||
|
(function () {
|
||||||
|
require('./lib/main').config(
|
||||||
|
Object.assign(
|
||||||
|
{},
|
||||||
|
require('./lib/env-options'),
|
||||||
|
require('./lib/cli-options')(process.argv)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
})()
|
Loading…
Reference in a new issue