Show npm/node status in health check
This commit is contained in:
parent
14528280d8
commit
559a4d831f
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ class SystemHealth
|
|||
'env_writable' => self::checkEnvWritable(),
|
||||
//'mail' => self::testMailServer(),
|
||||
'simple_db_check' => (bool) self::simpleDbCheck(),
|
||||
//'npm_status' => self::checkNpm(),
|
||||
//'node_status' => self::checkNode(),
|
||||
'npm_status' => self::checkNpm(),
|
||||
'node_status' => self::checkNode(),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue