console.log dotenv
This commit is contained in:
@@ -9,7 +9,7 @@ var path = require('path')
|
||||
module.exports = () => {
|
||||
// call dotenv and it will return an Object with a parsed key
|
||||
const env = dotenv.config().parsed
|
||||
console.log('env------', env)
|
||||
console.log('env------', dotenv.config().parsed)
|
||||
|
||||
// reduce env variables to an oject
|
||||
const envKeys = Object.keys(env).reduce((prev, next) => {
|
||||
|
||||
Reference in New Issue
Block a user