diff --git a/run.js b/run.js index 52f9f22..b489db8 100644 --- a/run.js +++ b/run.js @@ -1,7 +1,7 @@ const cluster = require('express-cluster'); const app = require('./server.js'); -activePort = process.env.PORT || 3000; +const activePort = process.env.PORT || 3000; cluster((worker) => { app.listen(activePort, () => {