fix: command name
Node.js CI / Lint and Test (push) Failing after 33s

This commit is contained in:
2025-07-19 19:56:18 -07:00
parent c84b984cb2
commit b3333bc513
+1 -1
View File
@@ -16,7 +16,7 @@ const handlers: { _default: Command } & Record<string, Command> = {
}); });
}, },
about: about, about: about,
config: config, configure: config,
}; };
/** /**