added dev-1 and dev-2 configurations

This commit is contained in:
gitadmin 2025-11-03 12:45:27 +00:00
parent e7ef98a238
commit fa1841cdf2

View File

@ -72,6 +72,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"