forked from integrated_whb/integrated_whb_vue
27 lines
462 B
TypeScript
27 lines
462 B
TypeScript
|
interface ImportMetaEnv {
|
||
|
// Auto generate by env-parse
|
||
|
/**
|
||
|
* undefined
|
||
|
*/
|
||
|
readonly VITE_BASE_URL: string
|
||
|
/**
|
||
|
* undefined
|
||
|
*/
|
||
|
readonly VITE_PROXY: Record<string, any>
|
||
|
/**
|
||
|
* undefined
|
||
|
*/
|
||
|
readonly VITE_FILE_URL: string
|
||
|
/**
|
||
|
* undefined
|
||
|
*/
|
||
|
readonly VITE_TEMPLATE_URL: string
|
||
|
/**
|
||
|
* undefined
|
||
|
*/
|
||
|
readonly VITE_ON_LINE_WEB_SOCKET_URL: string
|
||
|
/**
|
||
|
* undefined
|
||
|
*/
|
||
|
readonly VITE_LEARNING_WEB_SOCKET_URL: string
|
||
|
}
|