module.exports = { "apps": [{ "name" : "playground-nodejs", "autorestart" : true, "script" : "npm", "args" : "serve", "max_restarts": 10, "max_memory_restart": "500M", "restart_delay": 1000 }] }