mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +00:00 
			
		
		
		
	 5dcfae1dbc
			
		
	
	
		5dcfae1dbc
		
			
		
	
	
	
	
		
			
			* chore: convert upload-local * chore: convert upload-cloudinary * chore: convert upload-aws-s3 * chore: convert email-sendmail * chore: convert email-sendgrid * chore: convert email-nodemailer * chore: convert email-mailgun * chore: convert email-amazon-ses * chore: convert audit-logs-local * chore(utils): fix eslint error
		
			
				
	
	
		
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // eslint-disable-next-line import/no-extraneous-dependencies
 | |
| import { defineConfig } from '@strapi/pack-up';
 | |
| 
 | |
| export default defineConfig({
 | |
|   runtime: 'node',
 | |
| });
 |