Skip to content

Commit e737c54

Browse files
author
kamil.mysliwiec
committed
Hotfix
1 parent 7d664c0 commit e737c54

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

example/app.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ export class Application implements NestApplication {
55
constructor(private expressApp) {}
66

77
start() {
8-
const server = this.expressApp.listen(3030, () => {
9-
console.log('Application listen on port:', 3030);
10-
server.close();
11-
});
8+
// this.expressApp.listen(3030, () => {
9+
// console.log('Application listen on port:', 3030);
10+
// });
1211
}
1312

1413
}

0 commit comments

Comments
 (0)