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
How would you tackle multiple environments, development, testing, production? E.g. during development I'd like to use mocked data. For production I want to disable debugging and configure some API url.
In short: how would you tackle it using this structure?