feat(web): multiple feature
Some checks failed
Build, Test and Deploy / build-and-push (push) Has been cancelled
Build, Test and Deploy / test-backend (push) Successful in 23s
Build, Test and Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-02-09 18:54:06 +01:00
parent 05e1c224f0
commit f0e0f57e7c
20 changed files with 293 additions and 23 deletions

View File

@@ -70,6 +70,17 @@
"optimization": false,
"extractLicenses": false,
"sourceMap": true
},
"local": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.local.ts"
}
],
"optimization": false,
"extractLicenses": false,
"sourceMap": true
}
},
@@ -83,6 +94,9 @@
},
"development": {
"buildTarget": "frontend:build:development"
},
"local": {
"buildTarget": "frontend:build:local"
}
},
"defaultConfiguration": "development"