mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
12 lines
189 B
JavaScript
12 lines
189 B
JavaScript
|
|
var CLI = require('./lib/CLI.js');
|
|
|
|
process.env.PM2_PROGRAMMATIC = 'true';
|
|
|
|
/**
|
|
* Ensure that PM2 has been inited when using it programmatically
|
|
*/
|
|
CLI.pm2Init();
|
|
|
|
module.exports = CLI;
|