refactor(core): remove domain layer exports (#34625)
This commit is contained in:
@@ -38,7 +38,7 @@ const apiLayer = HttpRouter.serve(
|
||||
upgrade: () => Effect.void,
|
||||
}),
|
||||
),
|
||||
Layer.provide(ServerAuth.Config.layer({ password: Option.none(), username: "opencode" })),
|
||||
Layer.provide(ServerAuth.Config.configLayer({ password: Option.none(), username: "opencode" })),
|
||||
)
|
||||
const it = testEffect(apiLayer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user