2024-04-12 10:26:05 +08:00
|
|
|
interface ImportMetaEnv {
|
|
|
|
// Auto generate by env-parse
|
|
|
|
/**
|
|
|
|
* undefined
|
|
|
|
*/
|
2024-04-12 11:08:15 +08:00
|
|
|
readonly VITE_PROXY: string
|
2024-04-12 10:26:05 +08:00
|
|
|
/**
|
|
|
|
* undefined
|
|
|
|
*/
|
|
|
|
readonly VITE_FILE_URL: string
|
|
|
|
/**
|
|
|
|
* undefined
|
|
|
|
*/
|
|
|
|
readonly VITE_TEMPLATE_URL: string
|
2024-04-17 00:27:03 +08:00
|
|
|
/**
|
|
|
|
* undefined
|
|
|
|
*/
|
|
|
|
readonly VITE_BASE_URL: string
|
2024-04-12 10:26:05 +08:00
|
|
|
/**
|
|
|
|
* undefined
|
|
|
|
*/
|
|
|
|
readonly VITE_ON_LINE_WEB_SOCKET_URL: string
|
|
|
|
/**
|
|
|
|
* undefined
|
|
|
|
*/
|
|
|
|
readonly VITE_LEARNING_WEB_SOCKET_URL: string
|
|
|
|
}
|