Closed jasonraimondi closed 1 year ago
This PR addresses some of the confusion surrounding DOTENV_FLOW_SILENT, as discussed in #52, allowing users to set the environment variable and register in code instead of at run.
DOTENV_FLOW_SILENT
process.env.DOTENV_FLOW_SILENT = 'silent'; require('dotenv-flow/config');
process.env.DOTENV_FLOW_SILENT = 'silent'; import "dotenv-flow/config";
Merge or close, no hard feelings either way. Thanks for the lib.
Is this project dead?
This PR addresses some of the confusion surrounding
DOTENV_FLOW_SILENT
, as discussed in #52, allowing users to set the environment variable and register in code instead of at run.Merge or close, no hard feelings either way. Thanks for the lib.