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
commit cf27a73397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 107 additions and 5 deletions

View file

@ -359,7 +359,7 @@ export namespace Pty {
}),
)
const defaultLayer = layer.pipe(Layer.provide(Bus.layer), Layer.provide(Plugin.defaultLayer))
export const defaultLayer = layer.pipe(Layer.provide(Bus.layer), Layer.provide(Plugin.defaultLayer))
const { runPromise } = makeRuntime(Service, defaultLayer)