chore: generate
This commit is contained in:
@@ -23,7 +23,10 @@ import { Config } from "@/config/config"
|
|||||||
|
|
||||||
const it = testEffect(
|
const it = testEffect(
|
||||||
AppNodeBuilder.build(LayerNode.group([CrossSpawnSpawner.node, LayerNodePlatform.filesystem, InstanceStore.node]), [
|
AppNodeBuilder.build(LayerNode.group([CrossSpawnSpawner.node, LayerNodePlatform.filesystem, InstanceStore.node]), [
|
||||||
[InstanceBootstrap.node, Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void }))],
|
[
|
||||||
|
InstanceBootstrap.node,
|
||||||
|
Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void })),
|
||||||
|
],
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -19,10 +19,19 @@ import { InstanceBootstrap } from "@/project/bootstrap"
|
|||||||
|
|
||||||
const it = testEffect(
|
const it = testEffect(
|
||||||
AppNodeBuilder.build(
|
AppNodeBuilder.build(
|
||||||
LayerNode.group([SessionNs.node, EventV2Bridge.node, SessionProjector.node, CrossSpawnSpawner.node, InstanceStore.node]),
|
LayerNode.group([
|
||||||
|
SessionNs.node,
|
||||||
|
EventV2Bridge.node,
|
||||||
|
SessionProjector.node,
|
||||||
|
CrossSpawnSpawner.node,
|
||||||
|
InstanceStore.node,
|
||||||
|
]),
|
||||||
[
|
[
|
||||||
[RuntimeFlags.node, RuntimeFlags.layer({ experimentalWorkspaces: false })],
|
[RuntimeFlags.node, RuntimeFlags.layer({ experimentalWorkspaces: false })],
|
||||||
[InstanceBootstrap.node, Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void }))],
|
[
|
||||||
|
InstanceBootstrap.node,
|
||||||
|
Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void })),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user