...
ProductsController.pipe(
Effect.map(HttpServer.serve()),
Layer.unwrapEffect,
Layer.provide(Layer.merge(ServerLive, ProductServiceLive)),
Layer.launch,
NodeRuntime.runMain
)
...
ProductsController.pipe(
Effect.map(HttpServer.serve()),
Layer.unwrapEffect,
Layer.provide(Layer.merge(ServerLive, ProductServiceLive)),
Layer.launch,
NodeRuntime.runMain
)