mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04: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 %} | ||
|  | } |