0.1.17 #18

Merged
Thilawyn merged 37 commits from next into master 2024-09-07 20:56:30 +02:00
Showing only changes of commit aa12c67a4e - Show all commits

View File

@@ -46,8 +46,6 @@ const ServerLive = Layer.empty.pipe(
)
await Effect.gen(function*() {
// yield* TRPCRouter
return yield* Layer.launch(ServerLive)
}).pipe(
Effect.provide(ServicesLive),