mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-04 03:03:18 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								{% for api in files.files  %}
							 | 
						||
| 
								 | 
							
								import { {{ api }}API } from "./{{api}}.js" {% endfor %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export const api = {
							 | 
						||
| 
								 | 
							
								{% for api in files.files  %}
							 | 
						||
| 
								 | 
							
								    {{api}}: {{api}}API, {% endfor %}
							 | 
						||
| 
								 | 
							
								}
							 |