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
This line will break in development (the app won't even load) if you don't have these env vars set.
This shouldn't be required to just start the app in development mode. One thought is to lazily load the connections, but these should be thread safe as doing a
This line will break in development (the app won't even load) if you don't have these env vars set.
This shouldn't be required to just start the app in development mode. One thought is to lazily load the connections, but these should be thread safe as doing a
is NOT thread safe. Perhaps assign them to a thread local var.
The text was updated successfully, but these errors were encountered: