kill3000
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
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