whisper-api-fast / postcss.config.cjs
Joshua Lochner
Add tailwindcss
50f8c30
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}