You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When port 3000 is already in use (which it almost always is on my computer), running npm run dev inside a Remake project doesn't adapt, so Remake (unsuccessfully) tries to repurpose the same port.
My request is to handle it like this:
The text was updated successfully, but these errors were encountered:
When port 3000 is already in use (which it almost always is on my computer), running
npm run dev
inside a Remake project doesn't adapt, so Remake (unsuccessfully) tries to repurpose the same port.My request is to handle it like this:
The text was updated successfully, but these errors were encountered: