diff --git a/Example.Frontend/Program.cs b/Example.Frontend/Program.cs index 9e0559f..a2d5fca 100644 --- a/Example.Frontend/Program.cs +++ b/Example.Frontend/Program.cs @@ -17,6 +17,7 @@ builder.Modules.Add(new StaticSerialisationModuleProducer()); builder.Modules.Add(new BasicExecutionModule()); builder.Modules.Add(new CoCodegenMethodRepository()); builder.Modules.Add(new StreamBasedVirtualBackendInteractionModule()); +builder.Modules.Add(new JsonSerialisationModule()); builder.UseCollectableContextRepository(); builder.Build();