Phase4
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 9s
CI / Go — edge-gateway build (push) Successful in 13s

This commit is contained in:
smueller
2026-06-26 12:32:27 +02:00
parent 9b061c3ee7
commit 4262464cd5
101 changed files with 4024 additions and 74 deletions

View File

@@ -11,9 +11,10 @@
"typecheck": "tsc --noEmit",
"test": "node --test test/**/*.test.js"
},
"dependencies": {
"dependencies": {
"@hexahost/config": "workspace:*",
"@hexahost/database": "workspace:*",
"@hexahost/storage": "workspace:*",
"bullmq": "^5.34.10",
"ioredis": "^5.4.2",
"nodemailer": "^6.10.0",