Skip to content

Commit

Permalink
Merge pull request Unitech#4288 from sunecosuri/fix-types-instances
Browse files Browse the repository at this point in the history
add 'max' for instances option
  • Loading branch information
Unitech committed Oct 11, 2019
2 parents cfb438c + d6e97ee commit 959f7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ interface Pm2Env {
/**
* The number of running instances.
*/
instances?: number;
instances?: number | 'max';
/**
* The path of the script being run in this process.
*/
Expand Down

0 comments on commit 959f7cc

Please sign in to comment.