mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 18:56:22 +00:00
port
This commit is contained in:
@ -29,5 +29,5 @@ async function bootstrap() {
|
|||||||
|
|
||||||
await app.listen(process.env.PORT || 4000);
|
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();
|
bootstrap();
|
||||||
|
Reference in New Issue
Block a user