mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-26 08:12:13 +00:00
rename layer
This commit is contained in:
parent
14eacb4019
commit
e287569f82
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ import * as Effect from "effect/Effect"
|
|||
|
||||
// Adjusts the default Config layer to ensure that plugins are always initialised before
|
||||
// any other layers read the current config
|
||||
const PluginPriorityConfigLayer = Layer.unwrap(
|
||||
const ConfigWithPluginPriority = Layer.unwrap(
|
||||
Effect.gen(function* () {
|
||||
const configSvc = yield* Config.Service
|
||||
const pluginSvc = yield* Plugin.Service
|
||||
|
|
@ -71,7 +71,7 @@ export const AppLayer = Layer.mergeAll(
|
|||
Bus.defaultLayer,
|
||||
Auth.defaultLayer,
|
||||
Account.defaultLayer,
|
||||
PluginPriorityConfigLayer,
|
||||
ConfigWithPluginPriority,
|
||||
Git.defaultLayer,
|
||||
Ripgrep.defaultLayer,
|
||||
File.defaultLayer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue