this is a test to see how it works todo to issues github action
github-actions opened this issue · 0 comments
github-actions commented
nestjs-service-template/src/main.ts
Line 22 in d450a82
await app.listen(port, "0.0.0.0");
// TODO: this is a test to see how it works todo to issues github action
const logger = app.get(Logger);
logger.log(`App is ready and listening on port ${port} 🚀`);
}