Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
24
projects/TokenizeRWATemplate-frontend/src/vite-env.d.ts
vendored
Normal file
24
projects/TokenizeRWATemplate-frontend/src/vite-env.d.ts
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_ENVIRONMENT: string
|
||||
|
||||
readonly VITE_ALGOD_TOKEN: string
|
||||
readonly VITE_ALGOD_SERVER: string
|
||||
readonly VITE_ALGOD_PORT: string
|
||||
readonly VITE_ALGOD_NETWORK: string
|
||||
|
||||
readonly VITE_INDEXER_TOKEN: string
|
||||
readonly VITE_INDEXER_SERVER: string
|
||||
readonly VITE_INDEXER_PORT: string
|
||||
|
||||
readonly VITE_KMD_TOKEN: string
|
||||
readonly VITE_KMD_SERVER: string
|
||||
readonly VITE_KMD_PORT: string
|
||||
readonly VITE_KMD_PASSWORD: string
|
||||
readonly VITE_KMD_WALLET: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
Reference in New Issue
Block a user