Skip to content

Commit 5e1207c

Browse files
Çağatay ÇiviciÇağatay Çivici
Çağatay Çivici
authored and
Çağatay Çivici
committed
1 parent 23770f1 commit 5e1207c

File tree

6 files changed

+398
-283
lines changed

6 files changed

+398
-283
lines changed

angular.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@
117117
"options": {
118118
"protractorConfig": "e2e/protractor.conf.js",
119119
"devServerTarget": "primeng:serve"
120-
}
120+
},
121+
"configurations": {
122+
"production": {
123+
"devServerTarget": "primeng:serve:production"
124+
}
125+
}
121126
},
122127
"lint": {
123128
"builder": "@angular-devkit/build-angular:tslint",

0 commit comments

Comments
 (0)