voice-cloning-backend / frontend /postcss.config.js
AJ50's picture
Initial voice cloning backend with all dependencies
5008b66
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}