added dev-1 and dev-2 targets to build and serve
This commit is contained in:
parent
d229c9c447
commit
0ff9232f3b
28
angular.json
28
angular.json
@ -69,6 +69,28 @@
|
|||||||
"with": "src/environments/environment.development.ts"
|
"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"
|
"defaultConfiguration": "production"
|
||||||
@ -90,6 +112,12 @@
|
|||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "client-app:build:development",
|
"buildTarget": "client-app:build:development",
|
||||||
"port": 5173
|
"port": 5173
|
||||||
|
},
|
||||||
|
"dev-1": {
|
||||||
|
"buildTarget": "client-app:build:dev-1"
|
||||||
|
},
|
||||||
|
"dev-2": {
|
||||||
|
"buildTarget": "client-app:build:dev-2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user