Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // [...],
  2.  
  3. const confService = app.select(ConfigModule).get(ConfigService);
  4.  
  5. // [...],
  6.  
  7. const server = await app.listen(confService.port);
  8.  
  9. // [...],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement