We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47712e1 + 84c60f6 commit 7df8041Copy full SHA for 7df8041
1 file changed
src/main.ts
@@ -41,7 +41,7 @@ async function bootstrap() {
41
const host = config.get('app.host', { infer: true })
42
43
try {
44
- await app.listen(port)
+ await app.listen(port, host)
45
46
logger.log(`🚀 Server is running at: ${host}`)
47
logger.log(`📄 Documentation is available at: ${host}/docs`)
0 commit comments