This commit is contained in:
Julien Valverdé
2024-07-09 01:03:45 +02:00
parent 48da2c6489
commit 3ac12bfe3e
3 changed files with 11 additions and 11 deletions

View File

@@ -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*() {

View File

@@ -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