How compile assets in filament for Laravel vapor.

Guys some of you know how I can do it? my current performance is so bad.

One of the recommendations is migrate to gateway v2, but I need different way to compile assets.

I did it in my app.js
Vapor.withBaseAssetUrl(import.meta.env.VITE_VAPOR_ASSET_URL)

Livewire is working with this way, but app.js is not.
Was this page helpful?