Add touch-ready Filament login and admin update tooling

This commit is contained in:
soeren
2026-01-18 15:34:16 +01:00
parent 6f6ea8b24f
commit 30ca8082b3
31 changed files with 1940 additions and 1159 deletions

View File

@@ -8,7 +8,10 @@ export default defineConfig({
},
plugins: [
laravel({
input: 'resources/js/app.js',
input: [
'resources/js/app.js',
'resources/css/filament/admin/theme.css',
],
refresh: true,
}),
vue({