8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4587d85 commit 6f6506dCopy full SHA for 6f6506d
src/index.ts
@@ -2,5 +2,5 @@ import app from './app';
2
import config from './config';
3
4
app.listen(config.port, () => {
5
- console.log(`I am listening at http://localhost:${config.port}`);
+ console.log(`Server is running at => http://localhost:${config.port} ⚙️`);
6
});
0 commit comments