mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
"@tailwindcss/postcss": {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
export default config;
|