feat(card-master): stash captured prod blob as static asset for tier-1 serving

This commit is contained in:
gamer147
2026-06-12 11:48:20 -04:00
parent 4acc38b4af
commit 8dc21b8f27
2 changed files with 2 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -30,6 +30,7 @@
<!-- The host exe runs EngineGlobalInit, which reads Data/cards.json from its OWN output dir.
CopyToOutput content does NOT flow across a ProjectReference, so the host needs its own copy. -->
<None Include="..\SVSim.Bootstrap\Data\cards.json" Link="Data\cards.json" CopyToOutputDirectory="PreserveNewest" />
<None Include="Data\card_master_2026-06-03.txt" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>