Skip to content

Commit e287569

Browse files
committed
rename layer
1 parent 14eacb4 commit e287569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opencode/src/effect/app-runtime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import * as Effect from "effect/Effect"
5151

5252
// Adjusts the default Config layer to ensure that plugins are always initialised before
5353
// any other layers read the current config
54-
const PluginPriorityConfigLayer = Layer.unwrap(
54+
const ConfigWithPluginPriority = Layer.unwrap(
5555
Effect.gen(function* () {
5656
const configSvc = yield* Config.Service
5757
const pluginSvc = yield* Plugin.Service
@@ -71,7 +71,7 @@ export const AppLayer = Layer.mergeAll(
7171
Bus.defaultLayer,
7272
Auth.defaultLayer,
7373
Account.defaultLayer,
74-
PluginPriorityConfigLayer,
74+
ConfigWithPluginPriority,
7575
Git.defaultLayer,
7676
Ripgrep.defaultLayer,
7777
File.defaultLayer,

0 commit comments

Comments
 (0)