Include VITE build in layout
Hello, in Filament v2 I included Vite within the AppServiceProvider through the Filament registerTheme by placing the app(Vite::class)('resources/css/app.css). Now in v3 I didn't find how to include vite within the default layout of the Builder Panel. Could someone guide me on how to do this? Thanks