Add branding assets for TIS tenant with logo and login image

This commit is contained in:
2026-05-11 13:36:06 +03:30
parent 13c791d86f
commit 8e1a021eec
32 changed files with 430 additions and 309 deletions
+2 -2
View File
@@ -71,10 +71,10 @@
"build:tis": "ng build --configuration tis",
"ng": "ng",
"prebuild": "node scripts/update-ngsw-appdata.js",
"prebuild:tis": "node scripts/tis/prepare-tis-logo.js && node scripts/tis/update-tis-ngsw-appdata.js",
"prebuild:tis": "node scripts/tis/update-tis-ngsw-appdata.js",
"prestart": "node aspnetcore-https",
"start": "run-script-os",
"start:tis": "ng serve --configuration tis",
"start:tis": " ng serve --configuration tis",
"test": "ng test",
"watch": "ng build --watch --configuration development"
},