Skip to content

Commit

Permalink
Merge pull request #23 from ukitgroup/nest_v9
Browse files Browse the repository at this point in the history
  • Loading branch information
feeedback authored Oct 10, 2022
2 parents c51cf3b + ed2d105 commit a997523
Show file tree
Hide file tree
Showing 6 changed files with 17,368 additions and 9,447 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
}
1 change: 1 addition & 0 deletions example/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ async function bootstrap() {
app.getHttpServer().setTimeout(config.httpTimeout);
await app.listen(config.httpPort);

// eslint-disable-next-line no-console
console.debug(`Start server on http://localhost:${config.httpPort}`);
}
bootstrap();
Loading

0 comments on commit a997523

Please sign in to comment.