UNPKG

pm2

Version:

Production process manager for Node.JS applications with a built-in load balancer.

8 lines (5 loc) 138 B
'use strict' const Constants = { MINIMUM_TRACE_DURATION: process.env.NODE_ENV === 'test' ? 0 : 1000, } module.exports = { Constants }