index.js 303 B

123456789101112
  1. /**
  2. * Copyright 2013-2022 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. process.env.PM2_PROGRAMMATIC = 'true';
  7. var API = require('./lib/API.js');
  8. module.exports = new API;
  9. module.exports.custom = API;