File size: 172 Bytes
9a92a42
 
 
 
 
 
1
2
3
4
5
6
7
import { v2 as cloudinary } from 'cloudinary';
import { CLOUDINARY_CONFIG } from '../config/env.config';

cloudinary.config(CLOUDINARY_CONFIG);

export default cloudinary;