We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7aa22 commit aec581dCopy full SHA for aec581d
packages/schematics/angular/utility/workspace-models.ts
@@ -73,7 +73,13 @@ export interface BrowserBuilderOptions extends BrowserBuilderBaseOptions {
73
}
74
75
export interface ServeBuilderOptions {
76
+ /**
77
+ * @deprecated not used since version 17.0.0. Use the property "buildTarget" instead.
78
+ */
79
browserTarget: string;
80
+
81
+ // TODO: make it required, when the deprecated property "browserTarget" is removed.
82
+ buildTarget?: string;
83
84
export interface LibraryBuilderOptions {
85
tsConfig: string;
0 commit comments