Skip to content

Commit

Permalink
fix(paths.js): add back port in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Mar 26, 2023
1 parent f6817b0 commit 34e962a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

0 comments on commit 34e962a

Please sign in to comment.