This commit is contained in:
Ammar Qaffaf
2024-03-11 19:28:02 -04:00
parent 7cd508383f
commit 63d1d427b3

View File

@ -29,5 +29,5 @@ async function bootstrap() {
await app.listen(process.env.PORT || 4000);
}
console.log('Starting auth at port 4001...');
console.log('Starting auth at port ...', process.env.PORT || 4000);
bootstrap();