Skip to content

Commit 73f8f4f

Browse files
authored
Merge pull request #4629 from jlvcm/patch-2
add `ignore_watch` to StartOptions types
2 parents e3449be + 661f11e commit 73f8f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ export interface StartOptions {
395395
* already running). If force is set to true, pm2 will start a new instance of that script.
396396
*/
397397
force?: boolean;
398+
ignore_watch?: string[];
398399
cron?: any;
399400
execute_command?: any;
400401
write?: any;

0 commit comments

Comments
 (0)