Skip to content

Commit

Permalink
Trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AarshShah9 committed Jan 28, 2024
1 parent 3271332 commit 844a0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ app.use(errorHandler);

// server start
const server = app.listen(port, () => {
console.log(`App listening at http://localhost:${port}`);
console.log(`App listening at http://localhost:${port} !!`);
});

if (env.ENV === "dev") {
Expand Down

0 comments on commit 844a0dc

Please sign in to comment.