github vercel-labs/portless v0.11.1

latest releases: v0.15.4, v0.15.3, v0.15.2...
3 months ago

New Features

  • portless prune command: Safety net to find and kill orphaned dev servers left behind by dead CLI sessions. Reads stale route entries, checks if something is still listening on each port, and terminates the orphan.

Bug Fixes

  • Zombie process orphaning on CLI crash: Spawn child processes with detached:true on Unix so they get their own process group. Signal handlers now kill the entire group instead of just the immediate child, preventing orphaned dev servers from surviving CLI crashes or kill -9.

Contributors

Don't miss a new portless release

NewReleases is sending notifications on new releases.