feat(cli): add cli command to recreate credentials admin (#2779)

* feat(cli): add cli command to recreate credentials admin

* fix: add missing username validation

* fix: deepsource issue
This commit is contained in:
Meier Lukas
2025-04-03 23:22:31 +02:00
committed by GitHub
parent f9aeb8ffe3
commit 674253262b
6 changed files with 103 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
"@homarr/auth": "workspace:^0.1.0",
"@homarr/common": "workspace:^0.1.0",
"@homarr/db": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"dotenv": "^16.4.7"
},
"devDependencies": {