master
DenisN 2025-03-13 06:11:20 -04:00
parent 3a8d131ff8
commit ad0a865ab5
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(process.env.PORT ?? 9090);
//await app.listen(process.env.PORT ?? 3000);
//tr
}
bootstrap();