Skip to content

Commit

Permalink
[TEMP] #123, repair test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Sep 3, 2024
1 parent 0eca482 commit 95d3967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ app.use(error.handler);
// init server
const server = app.listen(80, () => {
logger.log(`Server running //localhost:80, ENV: ${process.env.NODE_ENV}`, true);
logger.log(`KEY: ${process.env.KEY}`, true);
logger.log(`USER_TEST: ${process.env.USER_TEST}`, true);
logger.log(`TEST: ${process.env.TEST}`, true);
});

// scheduled cleanup
Expand Down

0 comments on commit 95d3967

Please sign in to comment.