UNPKG

298 BJavaScriptView Raw
1/**
2 * Copyright 2013 the PM2 project authors. All rights reserved.
3 * Use of this source code is governed by a license that
4 * can be found in the LICENSE file.
5 */
6
7process.env.PM2_PROGRAMMATIC = 'true';
8
9var API = require('./lib/API.js');
10
11module.exports = new API;
12module.exports.custom = API;