Skip to content

Commit

Permalink
test build api
Browse files Browse the repository at this point in the history
  • Loading branch information
lamminhthien committed Jun 13, 2024
1 parent f43c39c commit 4ac1470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const port = process.env.PORT || 3001;
const server = createServer();

server.listen(port, () => {
log(`api running on ${port}`);
log(`api running on 1 ${port}`);
});

0 comments on commit 4ac1470

Please sign in to comment.