module.exports = { apps: [ { name: 'typescript tests', script: './start.js', env: { HOST: 'localhost', PORT: 3000 } } ], }