We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217185b commit ced2705Copy full SHA for ced2705
src/main.ts
@@ -14,6 +14,6 @@ async function bootstrap() {
14
);
15
app.enableCors();
16
17
- await app.listen(process.env.PORT || 3000);
+ await app.listen(process.env.PORT || 4000);
18
}
19
bootstrap();
0 commit comments