Adding all functionalities

This commit is contained in:
Muluhabt
2026-08-26 23:57:26 +03:00
parent 70171fa9d8
commit 1587620e14
62 changed files with 14331 additions and 357 deletions

View File

@@ -24,6 +24,8 @@
"test:e2e:passenger": "bash e2e/run.sh",
"test:e2e:ui": "bash e2e-ui/run.sh",
"test:e2e:ui:only": "playwright test -c e2e-ui/playwright.config.ts",
"test:e2e:hr-finance": "bash e2e-hr-finance/run.sh",
"test:e2e:hr-finance:only": "playwright test -c e2e-hr-finance/playwright.config.ts",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",