Change server.url at runtime

Hi there

Is there a way to change the server.url during runtime so that the app reloads to a different URL?

Cheers
Cyril

What are you trying to do? server.url is only meant for a live reload server and not for production.

I am aware about this but it was an easy solution to wrap our pwa web app into a native app just point to the server.url.
This app is not intended to distributed within an AppStore.

Do know any easy way to set this dynamically?