GraphRag / frontend /postcss.config.cjs
ValerioBotto's picture
Initial clean commit without secrets
aabd32c
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}