module.exports = { apps: [ { name: "IO Test API", cwd: "./io", script: "./server.js", env: { NODE_ENV: "test" } }, { name: "Bitbucket Webhook", script: "./webhook/index.jsx", env: { NODE_ENV: "production" } } ] };