feat: add AppRuntime for unified service composition (#21953)
This commit is contained in:
parent
f2c492a8e6
commit
cf27a73397
7 changed files with 107 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue