메인 내용으로 이동

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

이 문서를 언급한 문서들