When I have my terminal open in the bottom of the application, and say I’m running npm run dev
on port 3000. If I ask Cursor to fix an issue and it decides to run the dev server, it never considers that I’m already running it and then goes ahead to start a new one on port 3001. Then later it runs another one on port 3002.
Why not just look at the existing terminal processes?