mirror of
https://github.com/open-webui/open-webui.git
synced 2025-03-17 21:32:42 +01:00
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {}
|
|
}
|
|
};
|