Files
pipecat/examples/storytelling-chatbot/frontend/postcss.config.js
2024-05-13 17:09:46 +01:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};