mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2026-01-06 08:47:16 +00:00
9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|