You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.