const AppLive: Layer.Layer<ServerRef, Error | ConfigError, never>. I'm running this layer with Effect.runFork(Layer.launch(AppLive))). I'd like to now get access to the running server from outside Effect somehow... any pointers or workarounds? Layer.launch appears to erase the result type of the AppLive layer. thanks in advance!