feat(telemetry): add canonical VPS host monitoring

This commit is contained in:
DCCONSTRUCTIONS
2026-08-22 17:29:30 +03:00
parent a3e7a015de
commit 23ea96fbb2
33 changed files with 2541 additions and 51 deletions
@@ -0,0 +1,10 @@
{
"name": "@nodedc/infrastructure-telemetry-contract",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": "./src/index.mjs",
"engines": {
"node": ">=20"
}
}