Skip to content

Commit

Permalink
Fix missing container label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Dec 2, 2024
1 parent 956960f commit 549aa6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TypeChatExamples/TypeChatExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<Using Include="ServiceStack" />
<Using Include="ServiceStack.Mvc" />
</ItemGroup>

<ItemGroup>
<ContainerLabel Include="service" Value="type-chat-examples" />
</ItemGroup>

<!-- dotnet watch support -->
<Target Name="RazorWatch" BeforeTargets="_CoreCollectWatchItems">
Expand Down

0 comments on commit 549aa6d

Please sign in to comment.