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