added dev-1 and dev-2 targets to build and serve
This commit is contained in:
parent
1784d30f05
commit
b928978044
28
angular.json
28
angular.json
@ -72,6 +72,28 @@
|
||||
"with": "src/environments/environment.development.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dev-1": {
|
||||
"optimization": false,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment-dev-1.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dev-2": {
|
||||
"optimization": false,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment-dev-2.ts"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
@ -93,6 +115,12 @@
|
||||
"development": {
|
||||
"buildTarget": "service-provider-app:build:development",
|
||||
"port": 5173
|
||||
},
|
||||
"dev-1": {
|
||||
"buildTarget": "service-provider-app:build:dev-1",
|
||||
},
|
||||
"dev-2": {
|
||||
"buildTarget": "service-provider-app:build:dev-2",
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user