mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|