Skip to content

Commit 1b3a537

Browse files
committed
feat: deployment msg
1 parent d678222 commit 1b3a537

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const PORT = process.env.PORT || 5000;
77
connectDB().then(() => {
88
app.listen(PORT, () => {
99
console.log(`Server running on port ${PORT}`);
10+
console.log("Deployment");
1011
});
1112
}).catch((error) => {
1213
console.log(`Error: ${error}`);

0 commit comments

Comments
 (0)