mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: Don't check version when starting up in dev mode
This commit is contained in:
		
							parent
							
								
									b83387a84a
								
							
						
					
					
						commit
						c2db551252
					
				@ -54,7 +54,7 @@ class VersionService {
 | 
			
		||||
        return {
 | 
			
		||||
            current: this.current,
 | 
			
		||||
            latest: this.latest || {},
 | 
			
		||||
            isLatest: this.isLatest || false,
 | 
			
		||||
            isLatest: this.isLatest,
 | 
			
		||||
        };
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -16,4 +16,7 @@ unleash.start({
 | 
			
		||||
    session: {
 | 
			
		||||
        db: true
 | 
			
		||||
    },
 | 
			
		||||
    versionCheck: {
 | 
			
		||||
        enable: false,
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user