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