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

This commit is contained in:
smueller
2026-06-26 12:01:25 +02:00
parent 58961000eb
commit c4077d4673
93 changed files with 4099 additions and 165 deletions

View File

@@ -15,7 +15,8 @@
"db:generate": "pnpm --filter @hexahost/database db:generate",
"db:migrate": "pnpm --filter @hexahost/database db:migrate",
"db:push": "pnpm --filter @hexahost/database db:push",
"bootstrap:admin": "pnpm --filter @hexahost/database bootstrap:admin"
"bootstrap:admin": "pnpm --filter @hexahost/database bootstrap:admin",
"db:seed": "pnpm --filter @hexahost/database db:seed"
},
"devDependencies": {
"turbo": "^2.3.3",