|
@@ -9,7 +9,13 @@ declare module '*.vue' {
|
|
|
|
|
|
interface ImportMetaEnv {
|
|
|
readonly VITE_APP_TITLE: string
|
|
|
+ readonly VITE_PORT: number
|
|
|
+ readonly VITE_OPEN: boolean
|
|
|
+ readonly VITE_APP_TENANT_ENABLE: boolean
|
|
|
+ readonly VITE_BASE_URL: string
|
|
|
+ readonly VITE_UPLOAD_URL: string
|
|
|
readonly VITE_API_BASEPATH: string
|
|
|
+ readonly VITE_API_URL: string
|
|
|
readonly VITE_BASE_PATH: string
|
|
|
readonly VITE_DROP_DEBUGGER: string
|
|
|
readonly VITE_DROP_CONSOLE: string
|