1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

[browser] Fix debug URL in lauchSettings.json in wasmbrowser template (#95392)

This commit is contained in:
Marek Fišera 2023-11-29 19:18:51 +01:00 committed by GitHub
parent 5256a81a73
commit ac00702c85
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/debug?browser={browserInspectUri}"
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
}
}
}