Skip to content

Commit 041a6f3

Browse files
authored
chore: update main.ts
1 parent de8bec4 commit 041a6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ async function bootstrap() {
3030
const port = configService.get<number>('NODE_API_PORT') || 3000;
3131
await app.listen(port, '0.0.0.0');
3232
Logger.log(
33-
`${await app.getUrl()} - Enviroment: ${configService.get<string>(
33+
`${await app.getUrl()} - Environment: ${configService.get<string>(
3434
'NODE_ENV',
3535
)}`,
36-
'Enviroment',
36+
'Environment',
3737
);
3838

3939
Logger.log(`Url for OpenApi: ${await app.getUrl()}/docs`, 'Swagger');

0 commit comments

Comments
 (0)