feat: add AppRuntime for unified service composition (#21953)

This commit is contained in:
Kit Langton
2026-04-10 19:46:52 -04:00
committed by GitHub
parent f2c492a8e6
commit cf27a73397
7 changed files with 107 additions and 5 deletions

View File

@@ -1672,7 +1672,7 @@ NOTE: At any point in time through this workflow you should feel free to ask the
}),
)
const defaultLayer = Layer.suspend(() =>
export const defaultLayer = Layer.suspend(() =>
layer.pipe(
Layer.provide(SessionRunState.defaultLayer),
Layer.provide(SessionStatus.defaultLayer),