Class: exports

exports(configurationopt)

new exports(configurationopt)

Parameters:
Name Type Attributes Description
configuration Object <optional>
An object containing configuration about how the module will run
Properties
Name Type Attributes Default Description
envFile String <optional>
null The path to the .env file, relative to the project path
sampleEnvFile String <optional>
.env.sample The path to the .env.sample file, relative to the project path
checkEnvsExported Boolean <optional>
false Whether the module should check if the environment variables from the .env file exist in the current node running instance
sourceCode String <optional>
null The path of the source code to check, leave null if you dont want to check
Source: