5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
|
|
import { ManagedRuntime } from "effect"
|
||
|
|
import { AccountService } from "@/account/service"
|
||
|
|
|
||
|
|
export const runtime = ManagedRuntime.make(AccountService.defaultLayer)
|