Skip to content

Commit

Permalink
Include .vite folder in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Eptagone committed Nov 25, 2023
1 parent 34ef16c commit 21f04f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions examples/ViteNET.BlazorServer/ViteNET.BlazorServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<Content Remove="package-lock.json" />
<Content Remove="package.json" />
<Content Remove="tsconfig.json" />
<!-- Don't remove this line or your manifest.json won't be copied on publish -->
<Content Include="wwwroot\.vite\**" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 2 additions & 4 deletions examples/ViteNET.MVC/ViteNET.MVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
<Content Remove="package-lock.json" />
<Content Remove="package.json" />
<Content Remove="tsconfig.json" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
<!-- Don't remove this line or your manifest.json won't be copied on publish -->
<Content Include="wwwroot\.vite\**" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 2 additions & 4 deletions examples/ViteNET.RazorPages/ViteNET.RazorPages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
<Content Remove="package-lock.json" />
<Content Remove="package.json" />
<Content Remove="tsconfig.json" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
<!-- Don't remove this line or your manifest.json won't be copied on publish -->
<Content Include="wwwroot\.vite\**" />
</ItemGroup>

<!-- Ensure Node environment on Build -->
Expand Down

0 comments on commit 21f04f6

Please sign in to comment.