Skip to content

Commit

Permalink
Merge pull request #4629 from jlvcm/patch-2
Browse files Browse the repository at this point in the history
add `ignore_watch` to StartOptions types
  • Loading branch information
Unitech committed Apr 12, 2020
2 parents e3449be + 661f11e commit 73f8f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -395,6 +395,7 @@ export interface StartOptions {
* already running). If force is set to true, pm2 will start a new instance of that script.
*/
force?: boolean;
ignore_watch?: string[];
cron?: any;
execute_command?: any;
write?: any;
Expand Down

0 comments on commit 73f8f4f

Please sign in to comment.