22-05-2026 Optimierung der User und Admin Panels
This commit is contained in:
parent
d2ba22c0cf
commit
e8c47b7553
73 changed files with 10282 additions and 1546 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue