Middleware to load the environment variables from the .env file.
So the environment variables can be accessed using process.env.
Only applies server-side.
Parameters
context: BlueprintContext<IBlueprint,ClassType>
The configuration context containing modules and blueprint.
Middleware to load the environment variables from the .env file. So the environment variables can be accessed using
process.env. Only applies server-side.