HttpRouter.post("/rpc", toHttpApp(appRouter)),
// ^? Type 'Effect<RpcRouter<PlaygroundList, never>, never, PgDB>' is missing the following properties from type 'RpcRouter<any, any>': rpcs, [TypeId] [2769]
NodeRuntime.runMain(Layer.launch(HttpLive));
// ^? Argument of type 'Effect<never, SqlError | ConfigError | ServeError, unknown>' is not assignable to parameter of type 'Effect<never, SqlError | ConfigError | ServeError, never>'.
HttpRouter.post("/rpc", toHttpApp(appRouter)),
// ^? Type 'Effect<RpcRouter<PlaygroundList, never>, never, PgDB>' is missing the following properties from type 'RpcRouter<any, any>': rpcs, [TypeId] [2769]
NodeRuntime.runMain(Layer.launch(HttpLive));
// ^? Argument of type 'Effect<never, SqlError | ConfigError | ServeError, unknown>' is not assignable to parameter of type 'Effect<never, SqlError | ConfigError | ServeError, never>'.