This commit is contained in:
2025-08-19 18:44:53 +03:00
parent 95654933ee
commit 5326e545a8
17 changed files with 571 additions and 363 deletions

View File

@@ -32,6 +32,7 @@
}
],
"styles": [
"@angular/material/prebuilt-themes/magenta-violet.css",
"src/styles.scss"
],
"scripts": []
@@ -55,7 +56,13 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
}
},
"defaultConfiguration": "production"
@@ -91,6 +98,7 @@
}
],
"styles": [
"@angular/material/prebuilt-themes/magenta-violet.css",
"src/styles.scss"
],
"scripts": []