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
+7
View File
@@ -0,0 +1,7 @@
import login from 'src/tenants/tis/assets/images/login.jpg';
import logo from 'src/tenants/tis/assets/images/logo.png';
export default {
logo,
login,
};