Here is my AppServiceProvider public function boot(): void { // Filament::serving(function () { // // Using Vite // Filament::registerViteTheme('resources/css/filament.css'); // }); }
I have commented the code becuase it makes the whole ui break as filament.css is not present