Skip to content

Commit 661f11e

Browse files
authored
add ignore_watch to StartOptions types
Make typescript allow `ignore_watch` option to be set on `start()`
1 parent 278d4b2 commit 661f11e

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)