Skip to content

Commit 72093c8

Browse files
committed
feat: adding process.env.PORT variable
1 parent c2aaaa7 commit 72093c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ async function bootstrap() {
1515
app.use(cookieParser(`${process.env.COOKIE_SECRET}`));
1616
await app.listen(process.env.PORT || 3001);
1717
}
18+
1819
bootstrap();

0 commit comments

Comments
 (0)