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
Being able to start single services locally could help in debugging them. Currently we always deploy the whole Infrastructure to Docker, though, often only a single service like drilbur implements a bug which diffuses through the whole software stack to the frontend. Deploy the whole infrastructure takes time so a npm run dev:drilbur etc. script would be helpful.
Being able to start single services locally could help in debugging them. Currently we always deploy the whole Infrastructure to Docker, though, often only a single service like
drilbur
implements a bug which diffuses through the whole software stack to the frontend. Deploy the whole infrastructure takes time so anpm run dev:drilbur
etc. script would be helpful.Deeply connected with #23
The text was updated successfully, but these errors were encountered: