mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { baseConfig } from '../../../rollup.utils.mjs';
 | |
| 
 | |
| export default baseConfig({
 | |
|   input: {
 | |
|     index: './src/index.ts',
 | |
|     bin: './src/bin.ts',
 | |
|   },
 | |
|   rootDir: './src',
 | |
| });
 | 
