first commit

This commit is contained in:
Первов Артем
2026-06-05 02:16:36 +03:00
commit bb140dcfa3
7 changed files with 1646 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "greact.drill.ingest.monitor",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"dev": "node --watch server.mjs"
},
"engines": {
"node": ">=20"
}
}