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
I have an app where I want to check if something runs in Development mode, otherwise, something shouldn't render.
My editor keeps complaining to me "Env value NODE_ENV is not available". I noticed that this is coming from the RW VSCode plugin. After adding this to my .env file all my tests stopped working (Because they then also run in dev mode).
it would be great if we could disable certain checks, if an ENV Var is not in my local .env there is probably a reason for it.
The text was updated successfully, but these errors were encountered:
I have an app where I want to check if something runs in Development mode, otherwise, something shouldn't render.
My editor keeps complaining to me "Env value NODE_ENV is not available". I noticed that this is coming from the RW VSCode plugin. After adding this to my .env file all my tests stopped working (Because they then also run in dev mode).
it would be great if we could disable certain checks, if an ENV Var is not in my local .env there is probably a reason for it.
The text was updated successfully, but these errors were encountered: