✌️
This commit is contained in:
parent
f2236c3c3b
commit
d9c9a7f236
3 changed files with 50 additions and 9 deletions
|
|
@ -44,12 +44,10 @@ module.exports = (params) => new Promise(async (res, rej) => {
|
|||
version: version,
|
||||
secure: config.https.enable,
|
||||
machine: os.hostname(),
|
||||
node: {
|
||||
release: (process as any).release.name,
|
||||
lts: (process as any).release.lts,
|
||||
version: process.version
|
||||
},
|
||||
os: os.platform(),
|
||||
node: process.version,
|
||||
cpu: {
|
||||
model: os.cpus()[0].model,
|
||||
cores: os.cpus().length
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue