mirror of
https://github.com/open-webui/assistant.git
synced 2026-07-01 15:50:07 -04:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|