Fix
This commit is contained in:
@@ -5,7 +5,7 @@ import { RPCRouter } from "./RPCRouter"
|
||||
import { rpcPlaygroundRoot, rpcRoot } from "./config"
|
||||
|
||||
|
||||
export module RPCPlayground {
|
||||
export module RPCPlaygroundRoute {
|
||||
export const Live = Layer.empty
|
||||
|
||||
export const Dev = Layer.effectDiscard(Effect.gen(function*() {
|
||||
@@ -6,7 +6,7 @@ import { RPCRouter } from "./RPCRouter"
|
||||
import { rpcRoot } from "./config"
|
||||
|
||||
|
||||
export module RPCServer {
|
||||
export module RPCServerRoute {
|
||||
export const Live = Layer.effectDiscard(Effect.gen(function*() {
|
||||
const app = yield* ExpressApp
|
||||
|
||||
Reference in New Issue
Block a user