Skip to content

Commit c61d981

Browse files
committed
Add node version show in html
1 parent a36cfe4 commit c61d981

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ app.use(async(ctx) => {
6969
<h4>Integrate development environment</h4>
7070
MySQL Version: ${mysqlVersion[0].version}<br />
7171
MongoDB Version: ${mongoVersion.version}<br />
72+
Node Version: ${process.version}<br />
7273
Redis Version: ${redisVersion}
7374
<div style="margin-top:20px">
74-
Power by <a href="http://www.myfreax.com/" target="_blank">Freax</a>
75+
Power by <a href="http://www.myfreax.com/" target="_blank">huangyanxiong</a>
7576
</div>
7677
`;
7778
} catch (e) {

0 commit comments

Comments
 (0)