From 85395cf9a83ff1134e32799c399fca10ca649426 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Thu, 6 Aug 2026 00:11:51 +0900 Subject: [PATCH] Add automatic Vite build to .NET Host project Build Target: BuildFrontend - Installs pnpm dependencies - Builds frontend with Vite - Copies dist to wwwroot Result: dotnet publish includes frontend automatically Co-Authored-By: Claude Haiku 4.5 --- src/KArtSell.Host/KArtSell.Host.csproj | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/KArtSell.Host/KArtSell.Host.csproj b/src/KArtSell.Host/KArtSell.Host.csproj index dd2d9071..883fa1f4 100644 --- a/src/KArtSell.Host/KArtSell.Host.csproj +++ b/src/KArtSell.Host/KArtSell.Host.csproj @@ -1,5 +1,19 @@ - bab7e095-067e-4797-b2ab-df4c1f8b447d + + + bab7e095-067e-4797-b2ab-df4c1f8b447d + + + + + + + + + + + +