backend-node-express
backend-node-express copied to clipboard
NODE_ENV missing
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.