Skip to content

Commit 39fb6ec

Browse files
committed
chore(ionic): fix ionic serve
1 parent 853c228 commit 39fb6ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
}
4646
},
47-
"integration": {
47+
"app": {
4848
"root": "",
4949
"sourceRoot": "integration",
5050
"projectType": "application",
@@ -106,18 +106,18 @@
106106
"serve": {
107107
"builder": "@angular-devkit/build-angular:dev-server",
108108
"options": {
109-
"browserTarget": "integration:build"
109+
"browserTarget": "app:build"
110110
},
111111
"configurations": {
112112
"production": {
113-
"browserTarget": "integration:build:production"
113+
"browserTarget": "app:build:production"
114114
}
115115
}
116116
},
117117
"extract-i18n": {
118118
"builder": "@angular-devkit/build-angular:extract-i18n",
119119
"options": {
120-
"browserTarget": "integration:build"
120+
"browserTarget": "app:build"
121121
}
122122
},
123123
"test": {

0 commit comments

Comments
 (0)