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.
2 parents f2de5dc + 9a5b639 commit 090eab8Copy full SHA for 090eab8
src/main.ts
@@ -40,7 +40,7 @@ async function bootstrap() {
40
41
await app.listen(port, () => {
42
const logger = app.get(Logger)
43
- logger.log(`Server is running on port ${port}!`, 'NestApplication')
+ logger.log(`Server is running on port ${port}...`, 'NestApplication')
44
})
45
}
46
0 commit comments