File tree Expand file tree Collapse file tree 3 files changed +78
-84
lines changed Expand file tree Collapse file tree 3 files changed +78
-84
lines changed Original file line number Diff line number Diff line change 7
7
"tags" : [],
8
8
"targets" : {
9
9
"build" : {
10
- "executor" : " @angular-devkit /build-angular :application" ,
10
+ "executor" : " @angular/build:application" ,
11
11
"outputs" : [" {options.outputPath}" ],
12
12
"options" : {
13
13
"outputPath" : " dist/apps/kitchen-sink" ,
55
55
"defaultConfiguration" : " production"
56
56
},
57
57
"serve" : {
58
- "executor" : " @angular-devkit /build-angular :dev-server" ,
58
+ "executor" : " @angular/build:dev-server" ,
59
59
"configurations" : {
60
60
"production" : {
61
61
"buildTarget" : " kitchen-sink:build:production"
Original file line number Diff line number Diff line change 20
20
"@angular-eslint/eslint-plugin" : " 19.0.2" ,
21
21
"@angular-eslint/eslint-plugin-template" : " 19.0.2" ,
22
22
"@angular-eslint/template-parser" : " 19.0.2" ,
23
+ "@angular/build" : " ~19.0.0" ,
23
24
"@angular/cli" : " ~19.0.0" ,
24
25
"@angular/compiler-cli" : " 19.0.5" ,
25
26
"@angular/language-service" : " 19.0.5" ,
You can’t perform that action at this time.
0 commit comments