module.exports = { apps : [ { name: "KlapiEntry", script: "react-scripts start", watch: true, env: { "PORT": 3000, "NODE_ENV": "development" }, env_production: { "PORT": 6660, "NODE_ENV": "production", } } ] }