diff --git a/config/paths.js b/config/paths.js index 729bdd0..d7af898 100644 --- a/config/paths.js +++ b/config/paths.js @@ -7,4 +7,5 @@ module.exports = { publicPath: '/', INDEX_PAGE: path.join(__dirname, 'index.html'), ERROR_PAGE: path.join(__dirname, '404.html'), + PORT: process.env.PORT || 8080, };