mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-30 23:37:28 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   source: 'lib/**/*.js',
 | |
|   html: 'lib/**/*.html',
 | |
|   css: 'lib/**/*.css',
 | |
|   sourceEntryPoint: 'lib/index.js',
 | |
|   outputName: 'redoc.full.js',
 | |
|   output: 'dist/',
 | |
|   tmp: '.tmp/',
 | |
|   demo: 'demo/**/*'
 | |
| };
 |