SIGN IN SIGN UP
Unitech / pm2 UNCLAIMED

Node.js Production Process Manager with a built-in Load Balancer.

0 0 17 JavaScript
2016-12-04 19:23:18 +01:00
/**
2026-02-08 15:04:58 +01:00
* Copyright 2013-present the PM2 project authors. All rights reserved.
2016-12-04 19:23:18 +01:00
* Use of this source code is governed by a license that
* can be found in the LICENSE file.
*/
process.env.PM2_PROGRAMMATIC = 'true';
2016-06-04 19:58:29 +02:00
var API = require('./lib/API.js');
module.exports = new API;
module.exports.custom = API;