Skip to content

Commit

Permalink
disable static web assets entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Jul 18, 2023
1 parent 013e9e8 commit 674c027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cartservice/src/cartservice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
<ItemGroup>
<Protobuf Include="**\*.proto" GrpcServices="Both" />
</ItemGroup>

<PropertyGroup>
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
</PropertyGroup>
</Project>

0 comments on commit 674c027

Please sign in to comment.