mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default function(config) {
 | 
						|
	return {
 | 
						|
		input: 'src/gfm.js',
 | 
						|
		output: config.output,
 | 
						|
	};
 | 
						|
}
 |