mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
13 lines
195 B
JavaScript
13 lines
195 B
JavaScript
|
|
|
|
var CLI = require('./lib/CLI.js');
|
|
|
|
process.env.PM2_PROGRAMMATIC = 'true';
|
|
|
|
/**
|
|
* Default singleton for
|
|
* module.exports = new CLI;
|
|
* module.exports.instance = CLI
|
|
*/
|
|
module.exports = CLI;
|