We have all remote repositories in modules folder right now. Those will have separate node_modules installed at the time of setup.
We can add:
- workspaces configuration (it will affect how modules are fetched which we probably do not want)
- Use parallel runner like https://www.npmjs.com/package/run-in-all
Second option seems more appropriate to run set of UI's together, however, to do that we need to unify how we run projects in the dev. kas-ui, kafka-ui have different scripts to start in dev mode thus it is not possible to issue same script on those etc.
WDYT?
Alternatively we can have script that allow us to define dev profiles in package.json (list of projects that will be started in dev mode etc.
We have all remote repositories in modules folder right now. Those will have separate node_modules installed at the time of setup.
We can add:
Second option seems more appropriate to run set of UI's together, however, to do that we need to unify how we run projects in the dev. kas-ui, kafka-ui have different scripts to start in dev mode thus it is not possible to issue same script on those etc.
WDYT?
Alternatively we can have script that allow us to define dev profiles in package.json (list of projects that will be started in dev mode etc.