mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-25 20:58:50 +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: {},
|
|
}
|
|
} |