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.
|
|
|
|
|
*/
|
2015-03-01 10:42:22 -05:00
|
|
|
|
2016-07-02 13:52:12 +02:00
|
|
|
process.env.PM2_PROGRAMMATIC = 'true';
|
2016-06-04 19:58:29 +02:00
|
|
|
|
2016-07-23 19:13:55 +02:00
|
|
|
var API = require('./lib/API.js');
|
2015-03-01 10:42:22 -05:00
|
|
|
|
2016-07-23 19:13:55 +02:00
|
|
|
module.exports = new API;
|
|
|
|
|
module.exports.custom = API;
|