Skip to content

Commit c982b98

Browse files
committed
fix: added missing templates folder
1 parent 888ad1d commit c982b98

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

vMenuServer/config/templates/.gitkeep

Whitespace-only changes.

vMenuServer/vMenuServer.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<None Update="config\*.*">
3535
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3636
</None>
37+
<None Update="config\templates\*.*">
38+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
39+
</None>
3740
</ItemGroup>
3841

3942
<ItemGroup>

0 commit comments

Comments
 (0)