Working ServerDev
This commit is contained in:
@@ -7,7 +7,12 @@ type TServices =
|
||||
|
||||
export interface Services extends TServices {}
|
||||
|
||||
export module Services {
|
||||
export const Live = Layer.mergeAll(
|
||||
TodoRepository.Live
|
||||
) satisfies Layer.Layer<Services, never, never>
|
||||
|
||||
export const ServicesLive = Layer.mergeAll(
|
||||
TodoRepository.Live
|
||||
) satisfies Layer.Layer<Services, never, never>
|
||||
export const Dev = Layer.mergeAll(
|
||||
TodoRepository.Live
|
||||
) satisfies Layer.Layer<Services, never, never>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user