mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
8 lines
No EOL
136 B
JavaScript
8 lines
No EOL
136 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'postcss-preset-env': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
}
|
|
} |