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
A synchronous version of the check would simplify the API and allow you to just drop in the function in your index.ts, without messing with the current promise-based implementation. It would automatically throw and stop the process if there's a problem. Error message should include all failed .env vars with expected type.
Requested by reddit user /u/sshaw_
The text was updated successfully, but these errors were encountered:
A synchronous version of the check would simplify the API and allow you to just drop in the function in your index.ts, without messing with the current promise-based implementation. It would automatically throw and stop the process if there's a problem. Error message should include all failed .env vars with expected type.
Requested by reddit user /u/sshaw_
The text was updated successfully, but these errors were encountered: