mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Disabled Speedy Web Compiler for now since it causes issues with Vaadin and Hot Reload
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ import withMT from "@material-tailwind/react/utils/withMT";
|
||||
export default withMT({
|
||||
darkMode: "class",
|
||||
content: [
|
||||
'./frontend/index.html',
|
||||
'./frontend/**/*.{js,ts,jsx,tsx}',
|
||||
'./src/main/frontend/index.html',
|
||||
'./src/main/frontend/**/*.{js,ts,jsx,tsx}',
|
||||
'./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}'
|
||||
],
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user