From d9e63f0b0c70e623501441fd57aca9d0f3468d76 Mon Sep 17 00:00:00 2001 From: sunecosuri Date: Wed, 22 May 2019 11:23:03 +0900 Subject: [PATCH] fix: add 'max' for instances option --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 4a46fecf7..eb778dc4d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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. */