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:
committed by
GitHub
parent
013c0c0eeb
commit
a80b49a03e
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user