forked from swapnil.bendal/TypeScript-Backend-Template
[fixed] - eslint
This commit is contained in:
@@ -45,7 +45,7 @@ class App {
|
||||
public listen(port: number): ReturnType<typeof this.app.listen> {
|
||||
return this.app.listen(port, () => {
|
||||
logger.info(`Server listening on port ${config.port}`);
|
||||
logger.info(`Enviorment :- ${config.env}`);
|
||||
logger.info(`Environment :- ${config.env}`);
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user