mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 10:24:58 -04:00 
			
		
		
		
	* feat(web,server): user preference for time-based memories * chore: open api * dev: mobile * fix: update * mobile work --------- Co-authored-by: Alex <alex.tran1502@gmail.com> Co-authored-by: Alex Tran <Alex.Tran@conductix.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			305 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			305 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| build:
 | |
| 	dart run build_runner build --delete-conflicting-outputs
 | |
| 
 | |
| watch:
 | |
| 	dart run build_runner watch --delete-conflicting-outputs
 | |
| 
 | |
| create_app_icon:
 | |
| 	flutter pub run flutter_launcher_icons:main
 | |
| 
 | |
| create_splash:
 | |
| 	flutter pub run flutter_native_splash:create
 | |
| 
 | |
| build_release_android:
 | |
| 	flutter build appbundle
 |