This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Commit 1273b88 1 parent b7de2cb commit 1273b88 Copy full SHA for 1273b88
File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3
3
"version" : 1 ,
4
- "newProjectRoot" : " projects" ,
5
4
"projects" : {
6
- "iot-master- gateway" : {
5
+ "iot-gateway" : {
7
6
"projectType" : " application" ,
8
7
"schematics" : {
9
8
"@schematics/angular:component" : {
49
48
"inlineStyleLanguage" : " scss" ,
50
49
"assets" : [
51
50
" src/favicon.ico" ,
52
- " src/assets" ,
53
- {
54
- "glob" : " **/*" ,
55
- "input" : " ./node_modules/@ant-design/icons-angular/src/inline-svg/" ,
56
- "output" : " /assets/"
57
- }
51
+ " src/assets"
58
52
],
59
53
"styles" : [
60
54
" src/theme.less" ,
92
86
"serve" : {
93
87
"builder" : " @angular-devkit/build-angular:dev-server" ,
94
88
"options" : {
95
- "browserTarget" : " iot-master- gateway:build" ,
89
+ "browserTarget" : " iot-gateway:build" ,
96
90
"proxyConfig" : " proxy.conf.json"
97
91
},
98
92
"configurations" : {
99
93
"production" : {
100
- "browserTarget" : " iot-master- gateway:build:production"
94
+ "browserTarget" : " iot-gateway:build:production"
101
95
},
102
96
"development" : {
103
- "browserTarget" : " iot-master- gateway:build:development"
97
+ "browserTarget" : " iot-gateway:build:development"
104
98
}
105
99
},
106
100
"defaultConfiguration" : " development"
107
101
},
108
102
"extract-i18n" : {
109
103
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
110
104
"options" : {
111
- "browserTarget" : " iot-master- gateway:build"
105
+ "browserTarget" : " iot-gateway:build"
112
106
}
113
107
}
114
108
}
You can’t perform that action at this time.
0 commit comments