From 4d7e02c3ccebda24ee625c6da5840576b0ef636c Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 9 Dec 2025 23:54:45 +0100 Subject: Fix missing import map in index.html, remove hack in service worker I somehow missed this in a side-by-side diff against a clean project. Thanks github:@maraf for catching this over at https://github.com/dotnet/runtime/issues/122340#issuecomment-3634398530. --- scripts/deploy.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 44b8a75..1f86275 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -12,5 +12,4 @@ rm -rf **/bin/Release cd MatrixUtils.Web dotnet publish -c Release dotnet restore # restore debug deps -cp bin/Release/net10.0/publish/wwwroot/_framework/dotnet.??????????.js bin/Release/net10.0/publish/wwwroot/_framework/dotnet.js rsync --delete -raP bin/Release/net10.0/publish/wwwroot/ rory.gay:/data/nginx/html_mru/ -- cgit 1.5.1