Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: listening on port undefined (freeCodeCamp#19)
If PORT is not defined in .env, console.log("Listening on port " + process.env.PORT) will display "Listening on port undefined".
- Loading branch information