UNPKG

pm25

Version:

Production process manager for Node.JS applications with a built-in load balancer.

15 lines (14 loc) 271 B
module.exports = { /** * Application configuration section * http://pm2.PM25.io/docs/usage/application-declaration/ */ apps : [ // First application { name : "API", script : "http.js", interpreter : "node@4.1.2" } ] }