Add branding configuration and assets for Sepehr tenant
Production CI / validate-and-build (push) Failing after 1m2s

- Created branding.config.ts to define branding settings including app title, support contact information, and working hours.
- Added brandingAssets.ts to import and export logo and login images for the Sepehr tenant.
- Introduced config.ts to specify application type as POS for the Sepehr tenant.
This commit is contained in:
2026-06-15 20:36:56 +03:30
parent 2c90f8091e
commit f7f8a91a85
25 changed files with 217 additions and 26 deletions
+2
View File
@@ -56,10 +56,12 @@
"private": true,
"scripts": {
"build": "ng build",
"build:sepehr": "ng build --configuration sepehr",
"build:tis": "ng build --configuration tis",
"ng": "ng",
"prestart": "node aspnetcore-https",
"start": "run-script-os",
"start:sepehr": " ng serve --configuration sepehr",
"start:tis": " ng serve --configuration tis",
"test": "ng test",
"watch": "ng build --watch --configuration development"