Created
May 11, 2026 18:02
-
-
Save basilleaf/be02e31fbf67358f0a4db9a365d74276 to your computer and use it in GitHub Desktop.
kill whatever is on localhost port 3000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kill -9 $(lsof -ti :3000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment