mirror of
https://github.com/open-webui/docs
synced 2025-05-18 18:32:14 +00:00
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|