File tree 4 files changed +1549
-1104
lines changed
src/Server/Coderr.Server.WebSite
4 files changed +1549
-1104
lines changed Original file line number Diff line number Diff line change 6
6
"version" : 1 ,
7
7
"newProjectRoot" : " projects" ,
8
8
"projects" : {
9
- "CoderrAngular2 " : {
9
+ "coderr-frontend " : {
10
10
"root" : " " ,
11
11
"sourceRoot" : " src" ,
12
12
"projectType" : " application" ,
67
67
"serve" : {
68
68
"builder" : " @angular-devkit/build-angular:dev-server" ,
69
69
"options" : {
70
- "browserTarget" : " CoderrAngular2 :build" ,
70
+ "browserTarget" : " coderr-frontend :build" ,
71
71
"disableHostCheck" : true
72
72
},
73
73
"configurations" : {
74
74
"production" : {
75
- "browserTarget" : " CoderrAngular2 :build:production"
75
+ "browserTarget" : " coderr-frontend :build:production"
76
76
}
77
77
}
78
78
},
79
79
"extract-i18n" : {
80
80
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
81
81
"options" : {
82
- "browserTarget" : " CoderrAngular2 :build"
82
+ "browserTarget" : " coderr-frontend :build"
83
83
}
84
84
},
85
85
"test" : {
132
132
}
133
133
}
134
134
},
135
- "CoderrAngular2 -e2e" : {
135
+ "coderr-frontend -e2e" : {
136
136
"root" : " e2e/" ,
137
137
"projectType" : " application" ,
138
138
"architect" : {
139
139
"e2e" : {
140
140
"builder" : " @angular-devkit/build-angular:protractor" ,
141
141
"options" : {
142
142
"protractorConfig" : " e2e/protractor.conf.js" ,
143
- "devServerTarget" : " CoderrAngular2 :serve"
143
+ "devServerTarget" : " coderr-frontend :serve"
144
144
}
145
145
},
146
146
"lint" : {
153
153
}
154
154
}
155
155
},
156
- "defaultProject" : " CoderrAngular2 "
156
+ "defaultProject" : " coderr-frontend "
157
157
}
You can’t perform that action at this time.
0 commit comments