rc
DenisN 2025-03-27 04:46:32 -04:00
parent ad0a865ab5
commit 70c7626172
1 changed files with 1 additions and 1 deletions

View File

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