What version of Turborepo are you using?
1.0.11
Describe the Bug
When i have a separate project running on port 3000 and then running turbo repo example projects npm run dev it does not detect that port 3000 is taken. Console still outputs for both example projects 3000 and 3001, so when i open http://localhost:3000 it open the previous project not related to turborepo
Expected Behavior
Next port should be used 3001 and 3002
To Reproduce
npm run dev