AlbertHernandez/nestjs-service-template

this is a test to see how it works todo to issues github action

github-actions opened this issue · 0 comments

// TODO: this is a test to see how it works todo to issues github action

  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} 🚀`);
}