Refactoring
This commit is contained in:
9
packages/server/src/Services.ts
Normal file
9
packages/server/src/Services.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Layer } from "effect"
|
||||
import { TodoRepositoryLive } from "./TodoRepository"
|
||||
|
||||
|
||||
export const ServicesLive = Layer.mergeAll(
|
||||
TodoRepositoryLive
|
||||
)
|
||||
|
||||
export type Services = Layer.Layer.Success<typeof ServicesLive>
|
||||
Reference in New Issue
Block a user