Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Jul 26, 2023
1 parent 89ae58d commit 063c1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ app.get('/test', (req: Request, res: Response) => {
app.listen(env.SERVER_PORT, () => {
console.log('서버 실행중');
});

console.log(process.env.SERVER_PORT);

0 comments on commit 063c1c3

Please sign in to comment.