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
Hi all
I think it would be helpful to have the option to define a custom warning message that would be show on console when a var is not defined
import{cleanEnv,str}from"envalid";constenv=cleanEnv(process.env,{EMAIL_SMTP: str({warning: "EMAIL_SMTP is not set. App will run but it will not send any email.",}),});
The text was updated successfully, but these errors were encountered:
Hi all
I think it would be helpful to have the option to define a custom warning message that would be show on console when a var is not defined
The text was updated successfully, but these errors were encountered: