How do you handle the refresh of the clients when used in production environment? What I'm looking for to achieve is to force the production client to reload with the new source code when pushing an update to the servers
On local, I'm using hot reload but it doesn't seem to be recommended in production.