Disabled Speedy Web Compiler for now since it causes issues with Vaadin and Hot Reload

This commit is contained in:
grimsi
2024-08-30 16:26:57 +02:00
parent 060225c65c
commit f12da9e791
8 changed files with 15665 additions and 25 deletions
+2 -2
View File
@@ -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: {