Request: Add a local development server and port manager (similar to Ports app) #1536
ycube-space
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When juggling multiple projects, it’s easy to lose track of which dev servers (Node, Vite, Next, Python, Rails, etc.) are running on which local ports. It can be tedious to manually track down running services, check their resource usage, or kill zombie processes that are blocking a port.
It would be incredibly helpful to have a utility added to
vorssaint-utilsthat works similarly to the Ports app. Key features could include:localhost.All reactions