mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 11:15:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			207 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			207 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| /// <reference types="vite/client" />
 | |
| /// <reference types="vite-svg-loader" />
 | |
| 
 | |
| interface ImportMetaEnv {
 | |
|     readonly VITE_API_URL: string
 | |
| }
 | |
|   
 | |
|   interface ImportMeta {
 | |
|     readonly env: ImportMetaEnv
 | |
| }
 | |
|    |