Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
...+ 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
vicancy authored Dec 6, 2024
1 parent 367e69a commit b06d51d
Showing 1 changed file with 1,250 additions and 1,251 deletions.
Loading

0 comments on commit b06d51d

Please sign in to comment.