mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
(ops) log server version to trace deployments in logs
This commit is contained in:
parent
9d5bc987e6
commit
a238ad35f5
@ -485,6 +485,12 @@ const nuxtConfig: NuxtConfig = {
|
||||
});
|
||||
},
|
||||
},
|
||||
listen(_server, { port }) {
|
||||
if (version) {
|
||||
process.stderr.write(`[${new Date().toISOString()}] ` +
|
||||
`Listening on port ${port} with version ${version}`);
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user