Files
rag_agent/rag-web-ui/frontend/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2026-04-13 11:34:23 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};