Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
...+ console.log("Application has started successfully."); ``` file: src/config.js diff: ``` - const port = 3000; + const port = process.env.PORT || 3000; ``` Commit message: Update log message and port configuration
- Loading branch information