`next dev` report which project is running
Answered
Jindo posted this in #help-forum
JindoOP
Is there a way to enable
next dev to report which project is running? Please see screenshot attached when running multiple projects in parallelAnswered by riský
i don't know if you can customise it, but I would suggest [
concurrently](https://www.npmjs.com/package/concurrently) (for running many processes at the same time) as you can customize the prefix of all messages (from each task)2 Replies
i don't know if you can customise it, but I would suggest [
concurrently](https://www.npmjs.com/package/concurrently) (for running many processes at the same time) as you can customize the prefix of all messages (from each task)Answer
JindoOP
@riský thank I'll have a look as an alternative, even the different colours might be helpful 😄