mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  purge: {
 | 
						|
    enabled: true,
 | 
						|
    mode: 'layers',
 | 
						|
    content: ['../../webroot/js/**'],
 | 
						|
  },
 | 
						|
};
 |