mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
12 lines
188 B
JavaScript
12 lines
188 B
JavaScript
|
|
var CLI = require('./lib/CLI.js');
|
|
|
|
process.env.PM2_PROGRAMMATIC = false;
|
|
|
|
/**
|
|
* Ensure that PM2 has been inited when using it programmatically
|
|
*/
|
|
CLI.pm2Init();
|
|
|
|
module.exports = CLI;
|