Use filament custom theme without npm/node

Hello everyone,

is it possible, to use a custom theme in filament without npm? My webspace provider don't provide node. So I can use purely php. But when creating and registering a new custom template, this template works only during running npm run dev. So, when it's possible, what I have to do? I don't find anything about this in the docs neither via google search.

Thanks in advance
Solution
In local run npm run build push build file to git. pull from server and it will work
Was this page helpful?