FilamentF
Filament2y ago
adam

Is it no longer possible to call Vite in the Panel Providers asset method?

I was getting an exception when a fresh install runs @php artisan package:discover --ansi

Illuminate\Foundation\ViteManifestNotFoundException 
  Vite manifest not found at: /opt/atlassian/pipelines/agent/build/public/build/manifest.json


I see the examples in the docs are using resource_path but I'm using SASS

I can fix the issue by using ! app()->runningInConsole() but that feels really wrong.

My gut tells me this is an issue with the app ( laravel Shift from 10 -11 ) and something's wonkey.
Was this page helpful?