We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba70615 + 2f7dc5a commit 8276dedCopy full SHA for 8276ded
src/core/Bootstrap.ts
@@ -17,7 +17,7 @@ export class Bootstrap {
17
18
public defineExpressApp(app: express.Application): express.Application {
19
app.set('host', process.env.APP_HOST);
20
- app.set('port', Server.normalizePort(process.env.PORT || process.env.APP_PORT || 3000));
+ app.set('port', Server.normalizePort(process.env.PORT || process.env.APP_PORT || '3000'));
21
return app;
22
}
23
0 commit comments