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

This commit is contained in:
smueller
2026-06-26 11:31:54 +02:00
parent 4fe25e6ec3
commit 58961000eb
123 changed files with 4231 additions and 136 deletions

View File

@@ -9,15 +9,18 @@
"typecheck": "prisma generate && tsc --noEmit",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:push": "prisma db push"
"db:push": "prisma db push",
"bootstrap:admin": "tsx src/cli/bootstrap-admin.ts"
},
"dependencies": {
"@prisma/client": "^6.3.1"
},
"devDependencies": {
"@hexahost/auth": "workspace:*",
"@hexahost/typescript-config": "workspace:*",
"@types/node": "^22.10.2",
"prisma": "^6.3.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}