Cleanup
This commit is contained in:
@@ -5,7 +5,6 @@ import { ServerConfig } from "./ServerConfig"
|
||||
import { Services } from "./Services"
|
||||
import { ExpressApp } from "./http/ExpressApp"
|
||||
import { ExpressHTTPServer } from "./http/ExpressHTTPServer"
|
||||
import { WebSocketServer } from "./http/WebSocketServer"
|
||||
import { RPCPlaygroundRoute } from "./rpc/RPCPlaygroundRoute"
|
||||
import { RPCRoute } from "./rpc/RPCRoute"
|
||||
import { RPCRouter } from "./rpc/RPCRouter"
|
||||
@@ -40,7 +39,6 @@ const ServerLive = Layer.empty.pipe(
|
||||
Layer.provideMerge(TRPCBuilder.Live),
|
||||
Layer.provideMerge(TRPCContextCreator.Live),
|
||||
|
||||
Layer.provideMerge(WebSocketServer.Live),
|
||||
Layer.provideMerge(ExpressHTTPServer.Live),
|
||||
Layer.provideMerge(ExpressApp.Live),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user