mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	fix(types): The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type.
This commit is contained in:
		
							
								
								
									
										2
									
								
								src/typings/vite-env.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								src/typings/vite-env.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -25,7 +25,7 @@ declare namespace Env {
 | 
			
		||||
     *
 | 
			
		||||
     * This prefix is start with the icon prefix
 | 
			
		||||
     */
 | 
			
		||||
    readonly VITE_ICON_LOCAL_PREFIX: 'local-icon';
 | 
			
		||||
    readonly VITE_ICON_LOCAL_PREFIX: 'icon-local';
 | 
			
		||||
    /** backend service base url */
 | 
			
		||||
    readonly VITE_SERVICE_BASE_URL: string;
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user