Test Commit

master
DenisN 2025-03-13 06:07:43 -04:00
parent aab4e5b0b2
commit 45b4168107
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { AppModule } from './app.module';
async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(process.env.PORT ?? 9000);
await app.listen(process.env.PORT ?? 9090);
//await app.listen(process.env.PORT ?? 3000);
}
bootstrap();