fix(deps): update dependency @drizzle-team/brocli to ^0.10.0 (#937)

* fix(deps): update dependency @drizzle-team/brocli to ^0.10.0

* fix: rename cliName to name

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-08-08 21:43:04 +02:00
committed by GitHub
parent 013c0c0eeb
commit a80b49a03e
3 changed files with 9 additions and 9 deletions

View File

@@ -5,6 +5,6 @@ import { resetPassword } from "./commands/reset-password";
const commands = [resetPassword];
void run(commands, {
cliName: "homarr-cli",
name: "homarr-cli",
version: "1.0.0",
});