We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cabd7e commit af2f20dCopy full SHA for af2f20d
lib/commands/deploy.ts
@@ -6,6 +6,7 @@ export class DeployOnDeviceCommand extends ValidatePlatformCommandBase implement
6
public allowedParameters: ICommandParameter[] = [];
7
8
public dashedOptions = {
9
+ watch: { type: OptionType.Boolean, default: false, hasSensitiveValue: false },
10
hmr: { type: OptionType.Boolean, default: false, hasSensitiveValue: false },
11
};
12
0 commit comments