Add '@hexahost/contracts' dependency in package.json, export emailSchema from contracts, and update bootstrap-admin script to validate email input. Update README with example email. Enhance pnpm-lock.yaml for workspace integration.
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 18s

This commit is contained in:
TheOnlyMace
2026-07-05 14:43:52 +02:00
parent 2126e7bebf
commit bf36cb3159
13 changed files with 25 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ pnpm db:migrate
pnpm dev
# Admin anlegen (keine Default-Zugangsdaten)
pnpm bootstrap:admin -- --email admin@localhost --password 'min-12-chars-here'
pnpm bootstrap:admin -- --email admin@example.com --password 'min-12-chars-here'
```
| Flow | URL |