module.exports = { apps: [ { name: "tbg-company-ecomm", script: "server.js", time: true, env: { NODE_ENV: "development", }, env_production: { NODE_ENV: "production", }, }, ], };