hello world this is a test for an issue
Closed this issue · 1 comments
github-actions commented
nestjs-service-template/src/main.ts
Line 23 in 2405561
await app.listen(port, "0.0.0.0");
const logger = app.get(Logger);
// TODO: hello world this is a test for an issue
logger.log(`App is ready and listening on port ${port} 🚀`);
}
github-actions commented
Closed in 8e9aa11