mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
11
node_modules/dotenv/config.js
generated
vendored
Normal file
11
node_modules/dotenv/config.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
(function () {
|
||||
var options = {}
|
||||
process.argv.forEach(function (val, idx, arr) {
|
||||
var matches = val.match(/^dotenv_config_(.+)=(.+)/)
|
||||
if (matches) {
|
||||
options[matches[1]] = matches[2]
|
||||
}
|
||||
})
|
||||
|
||||
require('./lib/main').config(options)
|
||||
})()
|
Reference in New Issue
Block a user