You've already forked vue-rp-example
First commit
This commit is contained in:
14
env.d.ts
vendored
Normal file
14
env.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly RP_GRPC_CORE_HOST: string
|
||||
readonly KEYCLOAK_URL: string
|
||||
readonly KEYCLOAK_REALM: string
|
||||
readonly KEYCLOAL_CLIENT_ID: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user