changed infos and added some more packages

This commit is contained in:
2025-08-28 21:35:49 +02:00
parent 7be418ad75
commit 7b36514e27
8 changed files with 1433 additions and 274 deletions

11
admin/tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
// add other paths if needed
],
theme: {
extend: {},
},
plugins: [],
};