update many things

This commit is contained in:
2026-05-04 20:02:10 +03:30
parent 797aecd489
commit ec452bca22
72 changed files with 1375 additions and 606 deletions
+46 -1
View File
@@ -10,6 +10,43 @@
"build": {
"builder": "@angular/build:application",
"configurations": {
"default": {
"assets": [
{
"glob": "**/*",
"input": "public-default"
}
],
"budgets": [
{
"maximumError": "3MB",
"maximumWarning": "2MB",
"type": "initial"
},
{
"maximumError": "8kB",
"maximumWarning": "4kB",
"type": "anyComponentStyle"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.default.ts"
},
{
"replace": "src/app.routes.ts",
"with": "src/tenants/default/app.routes.ts"
},
{
"replace": "src/app/branding/branding.config.ts",
"with": "src/tenants/default/branding.config.ts"
}
],
"outputHashing": "all",
"outputPath": "dist/default",
"serviceWorker": "ngsw-config.json"
},
"development": {
"extractLicenses": false,
"optimization": false,
@@ -32,10 +69,18 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "src/app.routes.ts",
"with": "src/tenants/default/app.routes.ts"
},
{
"replace": "src/app/branding/branding.config.ts",
"with": "src/tenants/tis/branding.config.ts"
}
],
"outputHashing": "all",
"outputPath": "dist/pos.client",
"outputPath": "dist/production",
"serviceWorker": "ngsw-config.json"
},
"staging": {