File tree 2 files changed +9
-9
lines changed
src/IotBbq.App/IotBbq.JsApp
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
"version" : 1 ,
4
4
"newProjectRoot" : " projects" ,
5
5
"projects" : {
6
- "angular-electron " : {
6
+ "iot-bbq " : {
7
7
"root" : " " ,
8
8
"sourceRoot" : " src" ,
9
9
"projectType" : " application" ,
73
73
"serve" : {
74
74
"builder" : " @angular-devkit/build-angular:dev-server" ,
75
75
"options" : {
76
- "browserTarget" : " angular-electron :build"
76
+ "browserTarget" : " iot-bbq :build"
77
77
},
78
78
"configurations" : {
79
79
"dev" : {
80
- "browserTarget" : " angular-electron :build:dev"
80
+ "browserTarget" : " iot-bbq :build:dev"
81
81
},
82
82
"production" : {
83
- "browserTarget" : " angular-electron :build:production"
83
+ "browserTarget" : " iot-bbq :build:production"
84
84
}
85
85
}
86
86
},
87
87
"extract-i18n" : {
88
88
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
89
89
"options" : {
90
- "browserTarget" : " angular-electron :build"
90
+ "browserTarget" : " iot-bbq :build"
91
91
}
92
92
},
93
93
"test" : {
128
128
}
129
129
}
130
130
},
131
- "angular-electron -e2e" : {
131
+ "iot-bbq -e2e" : {
132
132
"root" : " e2e" ,
133
133
"projectType" : " application" ,
134
134
"architect" : {
135
135
"e2e" : {
136
136
"builder" : " @angular-devkit/build-angular:protractor" ,
137
137
"options" : {
138
138
"protractorConfig" : " e2e/protractor.conf.js" ,
139
- "devServerTarget" : " angular-electron :serve"
139
+ "devServerTarget" : " iot-bbq :serve"
140
140
}
141
141
},
142
142
"lint" : {
153
153
}
154
154
}
155
155
},
156
- "defaultProject" : " angular-electron " ,
156
+ "defaultProject" : " iot-bbq " ,
157
157
"schematics" : {
158
158
"@schematics/angular:component" : {
159
159
"prefix" : " app" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "productName" : " angular-electron " ,
2
+ "productName" : " iot-bbq " ,
3
3
"directories" : {
4
4
"output" : " release/"
5
5
},
You can’t perform that action at this time.
0 commit comments