Laravel Resource JS

How do I include my resource app.js file?

I've added my resource app.js file to vite.config.js but I'm not sure how to setup and to be able to be included in my Filament apps.

Do I need to use Filament::registerScripts([])?
Was this page helpful?