mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-28 22:08:14 -05:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
|
|
module.exports = () => ({
|
|
plugins: [require("tailwindcss")],
|
|
})
|