for rc
parent
ad0a865ab5
commit
70c7626172
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue