Added akeyless api integration
This commit is contained in:
12
src/env.d.ts
vendored
Normal file
12
src/env.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_AKEYLESS_KEY_PATH: string
|
||||
readonly VITE_AKEYLESS_ACCESS_ID: string
|
||||
readonly VITE_AKEYLESS_ACCESS_KEY: string
|
||||
// more env variables...
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
Reference in New Issue
Block a user