Quick-Understand / app /frontend /postcss.config.js
mafzaal's picture
Enhance Dockerfile and frontend structure for RAG application
102c540
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}