Is there any way to update resources on the gateway?
The DesignerContext interface has createSerializer(), but this method is not present in the GatewayContext interface.
What I am trying to do is modify the gateway ScriptConfig from a client via an RPC function. Maybe there is an easier way to do this?
Thanks.