construct. I am attempting to make a simple "build the URL" service, which uses the host for a remote REST API from an environment variable retrieved by Config.string().
I understand the providing of a Live implementation in place. I just seem to be having problems with the syntax.
The service should provide a single effect called buildURL, which should take a string as a parameter and return a string.
The git repo has their version of this using a Layer.effect(this, <static string>), which I'm trying to make into a function.