added development configuration for ng serve

pull/87/head
Chris Veilleux 2022-07-26 13:21:27 -05:00
parent eaeb562f72
commit 6d8f959b51
1 changed files with 12 additions and 0 deletions

View File

@ -264,6 +264,9 @@
"configurations": {
"production": {
"browserTarget": "market:build:production"
},
"development": {
"browserTarget": "market:build:development"
}
}
},
@ -448,6 +451,9 @@
"configurations": {
"production": {
"browserTarget": "sso:build:production"
},
"development": {
"browserTarget": "sso:build:development"
}
}
},
@ -660,6 +666,9 @@
"configurations": {
"production": {
"browserTarget": "account:build:production"
},
"development": {
"browserTarget": "account:build:development"
}
}
},
@ -856,6 +865,9 @@
"configurations": {
"production": {
"browserTarget": "precise:build:production"
},
"development": {
"browserTarget": "precise:build:development"
}
}
},