2nd thing:
How do I run tasks in parallel in intellij/android studio?
I want to launch my backend (backendrun), my backend rebuilder (backendinstallDist), my frontend (frontendjsBrowserDevelopmentRun) at the same time. However, as soon as I start 1, any other one will just "hang" until the first one gets stopped/cancelled