summary refs log tree commit diff
path: root/extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-17 03:14:34 +0200
committerRory& <root@rory.gay>2026-05-17 03:14:34 +0200
commit8f76cc5edf8588c8bec36daf0bbdc7d699d38800 (patch)
treed84535fa9d66a674ed652d0b7d5e6cb4865ba7ac /extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj
parentAdd WIP client (diff)
downloadserver-ts-8f76cc5edf8588c8bec36daf0bbdc7d699d38800.tar.xz
client: basic message parsing, gateway listening
Diffstat (limited to 'extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj')
-rw-r--r--extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj b/extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj

index aae396d1..28bb8024 100644 --- a/extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj +++ b/extra/admin-api/Utilities/Spacebar.Client/Spacebar.Client.csproj
@@ -14,9 +14,11 @@ <BlazorEnableCompression>false</BlazorEnableCompression> <CompressionEnabled>false</CompressionEnabled> <BlazorCacheBootResources>false</BlazorCacheBootResources> - <BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport> + <!--<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>--> <WasmEnableHotReload>false</WasmEnableHotReload> <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + </PropertyGroup> <ItemGroup> @@ -24,7 +26,7 @@ <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.5"/> <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.5" PrivateAssets="all"/> </ItemGroup> - + <ItemGroup> <ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js"/> </ItemGroup>