How to develop JS?
I try to add a bit of javascript to one of my forms using this way: https://filamentphp.com/docs/3.x/support/assets#lazy-loading-javascript
Right now I have to manually publish my JS-File after every change with
Is there a way that this can be done automatically with a watcher?
Right now I have to manually publish my JS-File after every change with
artisan filament:assetsIs there a way that this can be done automatically with a watcher?
Solution
That was the push in the right direction! Thanks 
It was actually really simple to add a file watcher in phpstorm to do this.
Here is my config if anyone needs this:
It was actually really simple to add a file watcher in phpstorm to do this.
Here is my config if anyone needs this:
