David C Peterson

Results 1 comments of David C Peterson

Incorrect: require('dotenv').configure({ path: process.env.ENV }); correct: require('dotenv').config({ path: process.env.ENV });