Initial commit: management

This commit is contained in:
jtricerolph 2026-07-01 12:09:54 +00:00
commit ab329d497b
8 changed files with 243 additions and 0 deletions

9
updater/package.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "hnf-updater",
"version": "1.0.0",
"type": "module",
"scripts": { "start": "node src/index.js" },
"dependencies": {
"fastify": "^4.28.1"
}
}