| 
									
										
										
										
											2022-07-18 19:06:37 +08:00
										 |  |  | /// <reference types="vite/client" />
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare module '*.vue' { | 
					
						
							|  |  |  |   import { DefineComponent } from 'vue' | 
					
						
							|  |  |  |   // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
 | 
					
						
							|  |  |  |   const component: DefineComponent<{}, {}, any> | 
					
						
							|  |  |  |   export default component | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | interface ImportMetaEnv { | 
					
						
							|  |  |  |   readonly VITE_APP_TITLE: string | 
					
						
							| 
									
										
										
										
											2022-07-19 23:03:10 +08:00
										 |  |  |   readonly VITE_PORT: number | 
					
						
							|  |  |  |   readonly VITE_OPEN: boolean | 
					
						
							| 
									
										
										
										
											2022-09-04 12:35:23 +08:00
										 |  |  |   readonly VITE_APP_CAPTCHA_ENABLE: boolean | 
					
						
							| 
									
										
										
										
											2022-07-19 23:03:10 +08:00
										 |  |  |   readonly VITE_APP_TENANT_ENABLE: boolean | 
					
						
							|  |  |  |   readonly VITE_BASE_URL: string | 
					
						
							|  |  |  |   readonly VITE_UPLOAD_URL: string | 
					
						
							| 
									
										
										
										
											2022-07-18 19:06:37 +08:00
										 |  |  |   readonly VITE_API_BASEPATH: string | 
					
						
							| 
									
										
										
										
											2022-07-19 23:03:10 +08:00
										 |  |  |   readonly VITE_API_URL: string | 
					
						
							| 
									
										
										
										
											2022-07-18 19:06:37 +08:00
										 |  |  |   readonly VITE_BASE_PATH: string | 
					
						
							|  |  |  |   readonly VITE_DROP_DEBUGGER: string | 
					
						
							|  |  |  |   readonly VITE_DROP_CONSOLE: string | 
					
						
							|  |  |  |   readonly VITE_SOURCEMAP: string | 
					
						
							|  |  |  |   readonly VITE_OUT_DIR: string | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare global { | 
					
						
							|  |  |  |   interface ImportMeta { | 
					
						
							|  |  |  |     readonly env: ImportMetaEnv | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |