Muluhabt ERP modules

This commit is contained in:
Mulu Mehari
2026-08-25 00:11:39 +03:00
parent 5c2100e76d
commit 70171fa9d8
441 changed files with 68587 additions and 214 deletions

12
apps/edr-hr-web/src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_HR_API_URL: string;
readonly VITE_AUTH_API_URL: string;
readonly VITE_CLIENT_APP: string;
readonly VITE_AUTH_BASE_PATH: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}