mirror of
				https://github.com/ajnart/homarr.git
				synced 2025-11-03 20:15:57 +01:00 
			
		
		
		
	* ♻️ Migrate from prisma to drizzle * 🐛 Build issue with CalendarTile * 🚧 Temporary solution for docker container * 🐛 Drizzle not using DATABASE_URL * ♻️ Address pull request feedback * 🐛 Remove console log of env variables * 🐛 Some unit tests not working * 🐋 Revert docker tool changes * 🐛 Issue with board slug page for logged in users --------- Co-authored-by: Thomas Camlong <thomascamlong@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			201 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/// <reference types="next" />
 | 
						|
/// <reference types="next/image-types/global" />
 | 
						|
 | 
						|
// NOTE: This file should not be edited
 | 
						|
// see https://nextjs.org/docs/basic-features/typescript for more information.
 |