We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de6e2e commit 5a20b4bCopy full SHA for 5a20b4b
1 file changed
index.js
@@ -16,7 +16,7 @@ const glob = require("glob");
16
const js_binding_1 = require("./js-binding");
17
exports.default = (ctx) => {
18
ctx.registerCommand({
19
- name: 'dx',
+ name: 'doctor',
20
fn() {
21
return __awaiter(this, void 0, void 0, function* () {
22
const { appPath, nodeModulesPath, configPath } = ctx.paths;
0 commit comments