fix(run): restore subprocess output contracts

This commit is contained in:
Simon Klee
2026-07-04 15:21:37 +02:00
parent b99759c7de
commit ba07481b59
3 changed files with 42 additions and 57 deletions
@@ -294,8 +294,6 @@ export function createRoutes(
HttpServer.layerServices,
]),
Layer.provide(Layer.succeed(CorsConfig)(corsOptions)),
Layer.provideMerge(Observability.layer),
Layer.provide(formLocationLayer),
Layer.provide(sessionLocationLayer),
Layer.provide(locationLayer),
@@ -312,6 +310,7 @@ export function createRoutes(
Layer.provide(locationServiceMapV2),
Layer.provide(AppNodeBuilderV1.build(app)),
Layer.provideMerge(Observability.layer),
)
}