I am using NestJS and I am new to it.
I have read that NODE_ENV is an environment variable that specifies the environment, introduced by Express.
Since NestJS is based on Express, I don't know if NODE_ENV is also relevant for NestJS.
Is it still recommended to set NODE_ENV when using NestJS? Or is it not necessary for NestJS?