Skip to content

Commit

Permalink
Added embedded files for dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jul 15, 2021
1 parent 5b976e8 commit ab6ab88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/src/Squidex/Config/Orleans/OrleansServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static void ConfigureForSquidex(this ISiloBuilder builder, IConfiguration
options.HideTrace = true;
});

builder.UseDashboardEmbeddedFiles();
builder.UseDashboard(options =>
{
options.HostSelf = false;
Expand Down
3 changes: 2 additions & 1 deletion backend/src/Squidex/Squidex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
<PackageReference Include="NSwag.AspNetCore" Version="13.11.3" />
<PackageReference Include="OpenCover" Version="4.7.1221" PrivateAssets="all" />
<PackageReference Include="Orleans.Providers.MongoDB" Version="3.3.1" />
<PackageReference Include="OrleansDashboard" Version="3.1.0" />
<PackageReference Include="OrleansDashboard" Version="3.3.0" />
<PackageReference Include="OrleansDashboard.EmbeddedAssets" Version="3.3.0" />
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="ReportGenerator" Version="4.8.11" PrivateAssets="all" />
<PackageReference Include="Squidex.Assets.Azure" Version="1.8.0" />
Expand Down

0 comments on commit ab6ab88

Please sign in to comment.