Skip to content

Commit

Permalink
Merge pull request #82 from codemonkey85/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
codemonkey85 authored Dec 24, 2024
2 parents 92944da + 5c67cb4 commit a3383f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Pkmds.Web/Pkmds.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup>
<WasmEnableSIMD>false</WasmEnableSIMD>
</PropertyGroup>
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,13 @@ Q: Can I use PKMDS on my Mac?
A: Yes, you can use PKMDS on your Mac. The web app is designed to be used on any device that has a web browser, including Mac computers.

</details>

## Star History

<a href="https://star-history.com/#codemonkey85/PKMDS-Blazor&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=codemonkey85/PKMDS-Blazor&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=codemonkey85/PKMDS-Blazor&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=codemonkey85/PKMDS-Blazor&type=Date" />
</picture>
</a>

0 comments on commit a3383f6

Please sign in to comment.