22-05-2026 Optimierung der User und Admin Panels
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Kevin Adametz 2026-05-22 11:18:59 +02:00
parent d2ba22c0cf
commit e8c47b7553
73 changed files with 10282 additions and 1546 deletions

View file

@ -23,7 +23,11 @@ const httpsConfig =
export default defineConfig({
plugins: [
laravel({
input: ["resources/css/portal.css", "resources/js/app.js"],
input: [
"resources/css/portal.css",
"resources/js/app.js",
"resources/js/portal-form-hooks.js",
],
refresh: ["resources/views/portal/**/*.blade.php"],
}),
tailwindcss({