aggiunto e testato quasar apps

This commit is contained in:
fabio
2026-03-01 20:42:27 +01:00
parent cdcacadb5f
commit 66a3cc7cdb
73 changed files with 1559 additions and 389 deletions

View File

@@ -2,9 +2,8 @@ module.exports = {
darkMode: "class",
content: [
"./web/templates/**/*.{html,gohtml}",
"./web/static/**/*.js",
"./node_modules/flowbite/**/*.js"
"./web/static/**/*.js"
],
theme: { extend: {} },
plugins: [require("flowbite/plugin")]
plugins: []
};