Loading backend/src/main.ts +1 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,6 @@ import { ServerConstants } from './constants/server.contants'; async function bootstrap() { const app = await NestFactory.create(AppModule); await app.listen(ServerConstants.PORT); console.log(`Application is running on: ${await app.getUrl()}`); } bootstrap(); Loading
backend/src/main.ts +1 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,6 @@ import { ServerConstants } from './constants/server.contants'; async function bootstrap() { const app = await NestFactory.create(AppModule); await app.listen(ServerConstants.PORT); console.log(`Application is running on: ${await app.getUrl()}`); } bootstrap();