I’m working on a Next.js app.
When I switch from the agentic prototyper mode to the dev mode, there is a dev server already running but I can’t see the terminal output of this server and I’m also not able to stop it easily. I have to grep the process and kill it to be able to start a dev server in a terminal. - That is somehow inconvenient.
Is there any way to bring up the terminal with the dev server running, that was started in prototyper mode? That would be awesome.