kill3000
Warning
This post is more than a year old. Information may be outdated.
I've encountered too many cases where I'm like who the fxxk is using port 3000 especially when doing playwright stuff
lsof -t -i :3000 | xargs kill -9
Backlinks (1)
This post is more than a year old. Information may be outdated.
I've encountered too many cases where I'm like who the fxxk is using port 3000 especially when doing playwright stuff
lsof -t -i :3000 | xargs kill -9