Skip to content

Commit

Permalink
Temporarily remove webfrontend from build workload
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Nov 17, 2024
1 parent 42c610a commit 9bbc19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

builder.AddNpmApp("copilot", "../Copilot");

builder.AddProject<Projects.Republic_Web>("webfrontend")
/* builder.AddProject<Projects.Republic_Web>("webfrontend")
.WithExternalHttpEndpoints()
.WaitFor(apiService)
.WithReference(cache)
.WithReference(apiService);
.WithReference(apiService); */

builder.AddProject<Projects.Republic_Judiciary>("court");

Expand Down

0 comments on commit 9bbc19d

Please sign in to comment.