AlbertHernandez/nestjs-service-template

hello world this is a test for an issue

Closed this issue · 1 comments

// TODO: hello world this is a test for an issue

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

Closed in 8e9aa11