Фикс порта
This commit is contained in:
parent
0f76e60cbb
commit
844f1697e7
|
|
@ -18,6 +18,6 @@ async function bootstrap() {
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
await app.listen(process.env.PORT ?? 3000);
|
await app.listen(process.env.PORT ?? 3002);
|
||||||
}
|
}
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue