1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Show npm/node status in health check

This commit is contained in:
David Bomba 2020-09-14 08:25:09 +10:00
parent 14528280d8
commit 559a4d831f

View File

@ -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(),
];
}