I create multiple apps using nx monorepo, but when I try to run nx run-many
to start all apps at once, but I got the error that the port is already taken, which is true.
when I run apps one at a time, I can specify a port, but on run-many
i can't. so is there any way to set the default port for every app?
Thanks in advance.