mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 06:28:12 +00:00
Muluhabt ERP modules
This commit is contained in:
12
apps/edr-hr-web/src/vite-env.d.ts
vendored
Normal file
12
apps/edr-hr-web/src/vite-env.d.ts
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user