Yosr CHEBBI

Results 1 issues of Yosr CHEBBI

node version: v10.20.1 dotenv-safe version: 8.2.0 I set the `allowEmptyValues` to true but I'm still getting the MissingEnvVarsError. Here is my code: ``` require('dotenv-safe').config({ allowEmptyValues: true, path: path.join(__dirname, '../../.env'), example:...