add node os utils

This commit is contained in:
beckerinj
2022-05-10 10:24:04 -04:00
parent e9f917cc12
commit 1acf4d989e
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -36,6 +36,7 @@
"fastify-static": "^4.5.0",
"fastify-websocket": "^4.2.0",
"fs-extra": "^10.0.1",
"mongoose": "^6.2.6"
"mongoose": "^6.2.6",
"node-os-utils": "^1.3.6"
}
}
+2 -1
View File
@@ -23,6 +23,7 @@
"fastify-cors": "^6.0.3",
"fastify-helmet": "^7.0.1",
"fastify-plugin": "^3.0.1",
"fs-extra": "^10.0.1"
"fs-extra": "^10.0.1",
"node-os-utils": "^1.3.6"
}
}