mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 03:58:29 +00:00
chore: generate
This commit is contained in:
parent
7f571d36ea
commit
102c8353e0
71 changed files with 11252 additions and 8889 deletions
|
|
@ -162,5 +162,7 @@ export const make = (
|
|||
|
||||
export const layer = (config: SqliteClientConfig): Layer.Layer<SqliteClient | Client.SqlClient> =>
|
||||
Layer.effectContext(
|
||||
Effect.map(make(config), (client) => Context.make(SqliteClient, client).pipe(Context.add(Client.SqlClient, client))),
|
||||
Effect.map(make(config), (client) =>
|
||||
Context.make(SqliteClient, client).pipe(Context.add(Client.SqlClient, client)),
|
||||
),
|
||||
).pipe(Layer.provide(Reactivity.layer))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue