backend-node-express icon indicating copy to clipboard operation
backend-node-express copied to clipboard

NODE_ENV missing

Open VISHALVISHAL29 opened this issue 9 months ago • 0 comments

NODE_ENV missing form .env file , it may cause an issue beacuse the validation in your code might fail because NODE_ENV is marked as required in the Joi schema. Asking this doubt beacuse using joi package for the first time.

VISHALVISHAL29 avatar Jan 10 '25 11:01 VISHALVISHAL29