Would it be possible to load everything defined under env: in the manifest.yml to be loaded into process.env in the constructor when isLocal is true?
This would allow me to access my environment variables defined in the manifest.yml without having to use another library or any additional code.