Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adds stopPort to api
Fixes #61
- Loading branch information
1 parent
24b302d
commit 31bfe9f911c7bda1d32b6bd501212287ad7d9d54
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
@@ -15,6 +15,10 @@ interface PortFinderOptions{ | ||
* Minimum port (takes precedence over `basePort`). | ||
*/ | ||
port?: number; | ||
/** | ||
* Maximum port | ||
*/ | ||
stopPort?: number; | ||
} | ||
|
||
/** | ||
This file contains 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