mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-11-26 06:57:27 +00:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
|
// postcss.config.js
|
||
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
};
|