Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
|
|
module.exports = {
|
||
|
|
content: ['./src/components/**/*.{ts,tsx}'],
|
||
|
|
theme: {
|
||
|
|
extend: {},
|
||
|
|
},
|
||
|
|
plugins: [],
|
||
|
|
};
|