unjs / get-port-please

๐Ÿ”Œ Get an available open port
MIT License
245 stars 12 forks source link

fix: ranges now work even if port is unset in options #72

Closed filiphazardous closed 8 months ago

filiphazardous commented 10 months ago

๐Ÿ”— Linked issue

resolves https://github.com/unjs/get-port-please/issues/67

โ“ Type of change

๐Ÿ“š Description

Moved default port to the end of the queue of ports to check (instead of the head of the queue, as previously).

๐Ÿ“ Checklist

filiphazardous commented 10 months ago

@pi0 Any feedback on this?

AndersCV commented 9 months ago

Bump. Possible to get this PR looked at?

pi0 commented 8 months ago

Thanks!